Calculates the area of a triangle.
The base
The height
// Returns 17.5const area = Chalkboard.geom.triangleA(5, 7); Copy
// Returns 17.5const area = Chalkboard.geom.triangleA(5, 7);
Calculates the area of a triangle.