Calculates the surface area of a cylinder.
The radius
The height
// Returns 471.23889803846896const area = Chalkboard.geom.cylinderA(5, 10); Copy
// Returns 471.23889803846896const area = Chalkboard.geom.cylinderA(5, 10);
Calculates the surface area of a cylinder.