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