DistanceJointGetReactionTorque Method |
Get the reaction torque given the inverse time step.
Unit is N*m. This is always zero for a distance joint.
Namespace:
Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override float GetReactionTorque(
float invDt
)
Parameters
- invDt
- Type: SystemSingle
Return Value
Type:
SingleSee Also