Represents a sphere.
Radius of the sphere (must be positive).
Gets the radius.
Calculates the surface area: A = 4πr²
Calculates the volume: V = (4/3)πr³
Represents a sphere.