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