Click or drag to resize
DigitalRunePlaneLimitAnchorPositionBLocal Property
Gets or sets the constraint anchor position on BodyB in local space of BodyB.

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

Property Value

Type: Vector3F
The constraint anchor position on BodyB in local space of BodyB.
Remarks
This point on the second body is restricted to be in front of the plane that is fixed on BodyA.
See Also