Click or drag to resize
DigitalRuneAngularLimitRelativePosition Property
Gets the relative rotations about the constraint axes (the three Euler angles).

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public Vector3F RelativePosition { get; }

Property Value

Type: Vector3F
The relative rotation angles about the constraint axes in radians: (Angle0, Angle1, Angle2)
Exceptions
ExceptionCondition
PhysicsExceptionBodyA or BodyB is .
See Also