Calculates the volume of a cylinder.
The radius
The height
// Returns 785.3981633974483const volume = Chalkboard.geom.cylinderV(5, 10); Copy
// Returns 785.3981633974483const volume = Chalkboard.geom.cylinderV(5, 10);
Calculates the volume of a cylinder.