Click or drag to resize
DigitalRunePositionMotorRelativePosition Property
Gets the relative position of the constraint anchor on BodyB relative to the constraint anchor on BodyA.

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 position.
Exceptions
ExceptionCondition
PhysicsExceptionBodyA or BodyB is .
See Also