Click or drag to resize
DigitalRuneQuaternionMotorTargetOrientation Property
Gets or sets the target orientation of the anchor on BodyB relative to the anchor on BodyA.

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

Property Value

Type: QuaternionF
The target orientation.
Remarks
This target orientation is the target orientation of AnchorOrientationBLocal relative to AnchorOrientationALocal.
See Also