Calculates the area of an ellipse.
// Returns 94.2477796076938const area = Chalkboard.geom.ellipseA(5, 6); Copy
// Returns 94.2477796076938const area = Chalkboard.geom.ellipseA(5, 6);
The major axis length
The minor axis length
Calculates the area of an ellipse.
Example