Click or drag to resize
DigitalRunePointOnPlaneConstraintRelativePosition Property
Gets the position on the plane axes relative to AnchorPositionALocal.

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

Property Value

Type: Vector2F
The position on the plane axes relative to AnchorPositionALocal: (relativePositionX, relativePositionY).
See Also