Force
Inherits from:object
A class to represent 3D force.
Represents force in 3D space with x, y, and z components.
Supports mathematical operations and conversions to/from various formats.
Attributes:
x (float): x-component of force (N)
y (float): y-component of force (N)
z (float): z-component of force (N)
init
Arguments