Click or drag to resize
DigitalRuneLinearLimitRelativePosition Property
Gets the relative position on the constraint axes.

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 on the constraint axes: (RelativePositionX, RelativePositionY, RelativePositionZ)
Exceptions
ExceptionCondition
PhysicsExceptionBodyA or BodyB is .
See Also