| AngularLimitRelativePosition Property |
Gets the relative rotations about the constraint axes (the three Euler angles).
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public Vector3F RelativePosition { get; }
Public ReadOnly Property RelativePosition As Vector3F
Get
public:
property Vector3F RelativePosition {
Vector3F get ();
}
member RelativePosition : Vector3F with get
Property Value
Type:
Vector3F
The relative rotation angles about the constraint axes in radians: (Angle0, Angle1, Angle2)
Exceptions See Also