Calculates the area of a triangle using its side lengths.
An array of points representing the vertices of the triangle.
The area of the triangle.
Thrown if pointArray is not a valid array of minimum 3 points.
Calculates the area of a triangle using its side lengths.