Adds a body to the system. The state variables of the body will become part of the state vector of the system. The state variables of the body will be updated each time the system is advanced in time.
The body to be added to the system
Adds a geometric constraint to the system. Geometric constraints are applied after the force and torques have been computed and before drift forces and torques.
The geometric constraint to be added to the system.
Adds a torque law to the system.
The torque law to be added to the system.
Advances the Physics model by the specified time interval, Δt * uomTime.
The time interval.
Optional
uomTime: UnitThe optional unit of measure for the time interval.
Removes a body from the system.
The body to be removed from the system.
Removes a geometric constraint from the system.
The geometric constraint to be removed from the system.
Removes a torque law from the system.
The torque law to be removed from the system.
Generated using TypeDoc
A generic Physics Engine that may be specialized to a metric.