|  | QuaternionMotorAnchorOrientationALocal Property | 
            Gets or sets the constraint anchor orientation on 
BodyA in local 
            space of 
BodyA.
            
 
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
 Syntax
Syntaxpublic Matrix33F AnchorOrientationALocal { get; set; }Public Property AnchorOrientationALocal As Matrix33F
	Get
	Set
public:
property Matrix33F AnchorOrientationALocal {
	Matrix33F get ();
	void set (Matrix33F value);
}member AnchorOrientationALocal : Matrix33F with get, set
Property Value
Type: 
Matrix33F
            The constraint anchor orientation on 
BodyA in local space of 
            
BodyA.
            
 See Also
See Also