Represents a cylinder.
Radius of the base (must be positive)
Height of the cylinder (must be positive)
Gets the height.
Gets the radius.
Calculates the surface area: A = 2πr² + 2πrh
Calculates the volume: V = πr²h
Represents a cylinder.