| PositionMotorRelativePosition Property |
Gets the relative position of the constraint anchor on
BodyB
relative to the constraint anchor on
BodyA.
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:
Vector3FThe relative position.
Exceptions See Also