Calculates the surface area of a sphere.
The radius
// Returns 314.1592653589793const area = Chalkboard.geom.sphereA(5); Copy
// Returns 314.1592653589793const area = Chalkboard.geom.sphereA(5);
Calculates the surface area of a sphere.