Click or drag to resize

Quaternion Structure

Represents a double precision four-dimensional mathematical quaternion.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisQuaternion

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public struct Quaternion

The Quaternion type exposes the following members.

Constructors
 NameDescription
Public methodQuaternion(Quaternion)Initializes a new instance of the Quaternion class
Public methodQuaternion(QuaternionF)Initializes a new instance of the Quaternion class
Public methodQuaternion(Vector3, Double)Initializes a new instance of the Quaternion class
Public methodQuaternion(Double, Double, Double, Double)Initializes a new instance of the Quaternion class
Top
Properties
 NameDescription
Public propertyAngles 
Public propertyItem 
Top
Methods
Operators
Fields
 NameDescription
Public fieldStatic memberIdentity 
Public fieldStatic memberIdentityAsString 
Public fieldW 
Public fieldX 
Public fieldY 
Public fieldZ 
Public fieldStatic memberZero 
Public fieldStatic memberZeroAsString 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also