Calculates the area of a trapezoid.
The first base
The second base
The height
// Returns 42.5const area = Chalkboard.geom.trapezoidA(10, 7, 5); Copy
// Returns 42.5const area = Chalkboard.geom.trapezoidA(10, 7, 5);
Calculates the area of a trapezoid.