Struct Quaternion
This is a dummy Quaternion type for platforms where System.Numerics.Vectors is not supported or available
public struct Quaternion
- Inherited Members
Constructors
Quaternion(float, float, float, float)
public Quaternion(float x, float y, float z, float w)
Parameters
Fields
W
public float W
Field Value
X
public float X
Field Value
Y
public float Y
Field Value
Z
public float Z