Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Quaternion Class
Fields Properties Methods


In This Topic
    Quaternion Class Members
    In This Topic

    The following tables list the members exposed by Quaternion.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field W term of this quaternion.  
    Public Field X term of this quaternion.  
    Public Field Y term of this quaternion.  
    Public Field Z term of this quaternion.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the identity Quaternion.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of this quaternion.  
    Public MethodOverloaded.   
    Public Method Resets this Quaternion to the rotation specified.  
    Public Method  
    Public Method Normalizes this Quaternion.  
    Public Method Gets current rotation.  
    Public Method Converts this quaternion to Euler angles.  
    Public Method  
    Public Method  
    Public Method Converts this Quaternion to a human readable string.  
    Top
    Public Operators
    Adds two quaternions.
     
     
    Overloaded.  Multiplies the specified quaternion by another.
    Top
    See Also