AGI Components with Insight3D Alpha 2008 r8
AgGxConstantQuaternion Interface
Library ReferenceAGI.GraphicsAgGxConstantQuaternion
A read-only quaternion used to represent a rotation. Read-only objects are commonly used to emulate const-correctness.
Declaration Syntax
C# Visual Basic Visual C++
public 
interface 
AgGxConstantQuaternion : 

IAgGxConstantQuaternion
Public 
Interface 
AgGxConstantQuaternion _
        
Implements 

IAgGxConstantQuaternion
public 
interface class 
AgGxConstantQuaternion : 

IAgGxConstantQuaternion
Members
All Members Properties



Icon Member Description
W
Returns the w component, which is the scalar component.
(Inherited from IAgGxConstantQuaternion.)
X
Returns the x component.
(Inherited from IAgGxConstantQuaternion.)
Y
Returns the y component.
(Inherited from IAgGxConstantQuaternion.)
Z
Returns the z component.
(Inherited from IAgGxConstantQuaternion.)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)