Documentation Index
Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
Use this file to discover all available pages before exploring further.
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