Click or drag to resize
DigitalRunePlaneLimitPlaneALocal Property
Gets or sets the constraint plane that this is fixed on BodyA (defined in local space of BodyA).

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

Property Value

Type: Plane
The constraint plane that this is fixed on BodyA (defined in local space of BodyA).
See Also