Click or drag to resize

QuaternionH Structure

Represents a half precision four-dimensional mathematical quaternion.
Inheritance Hierarchy
SystemObject
  SystemValueType
    NeoAxisQuaternionH

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

The QuaternionH type exposes the following members.

Constructors
 NameDescription
Public methodQuaternionH(Vector3H, HalfType)Initializes a new instance of the QuaternionH class
Public methodQuaternionH(HalfType, HalfType, HalfType, HalfType)Initializes a new instance of the QuaternionH class
Public methodQuaternionH(Single, Single, Single, Single)Initializes a new instance of the QuaternionH class
Top
Properties
 NameDescription
Public propertyItem 
Top
Methods
Operators
Fields
 NameDescription
Public fieldStatic memberIdentity 
Public fieldW 
Public fieldX 
Public fieldY 
Public fieldZ 
Public fieldStatic memberZero 
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