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