AGI Components for .NET 2010 r2
Orientation Property
Library Reference AGI.Foundation.Graphics ModelPrimitiveOrientation
Gets or sets the model's orientation. The quaternion is a rotation from the model's local axes to the axes of the model's ReferenceFrame.

Namespace: AGI.Foundation.Graphics
Assembly:AGI.Foundation.Graphics.dll

Declaration Syntax
C# Visual Basic Visual C++
public 

UnitQuaternion 
Orientation { 
get; 
set; }
Public 
Property 
Orientation 
As 

UnitQuaternion
public:
property 

UnitQuaternion 
Orientation {
        

UnitQuaternion 
get ();
        
void 
set (

UnitQuaternion 
value);
}
Thread Safety
This member is not safe for multi-threaded operations.
See Also

Assembly: AGI.Foundation.Graphics(Module: AGI.Foundation.Graphics) Version: 10.2.217.0 (10.2.217.0)