Click or drag to resize

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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public override float GetReactionTorque(
	float invDt
)

Parameters

invDt
Type: SystemSingle

Return Value

Type: Single
See Also