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