Click or drag to resize
DigitalRunePositionMotorTargetPosition Property
Gets or sets the target position of the AnchorPositionBLocal relative to AnchorPoseALocal

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

Property Value

Type: Vector3F
The target position.
Remarks
This target position is the target position the constraint anchor on the second body relative to the constraint anchor position and constraint anchor axes on the first body.
See Also