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