Represents a right circular cone.
Radius of the base (must be positive)
Height of the cone (must be positive)
Gets the height.
Gets the radius.
Calculates the slant height: √(r² + h²)
Calculates the surface area: A = πr² + πrl
Calculates the volume: V = (1/3)πr²h
Represents a right circular cone.