Click or drag to resize
DigitalRuneBallJointAnchorPositionALocal Property
Gets or sets the constraint anchor position on BodyA 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 Vector3F AnchorPositionALocal { get; set; }

Property Value

Type: Vector3F
The constraint anchor position on BodyA in local space of BodyA.
See Also