Sphere
@Serializable
Represents a 3D sphere defined by a center position and radius.
This class supports basic arithmetic operations, such as addition, subtraction, scaling, and division, as well as position manipulation in 3D space. It can also check if a given point lies within the sphere.