Avatar SDK Unity Cloud plugin  3.0.1
Realistic avatar generation toolset for Unity3D
GLTF.Math.Quaternion Struct Reference

Inherits IEquatable< Quaternion >.

Public Member Functions

 Quaternion (float x, float y, float z, float w)
 
 Quaternion (Quaternion other)
 
bool Equals (Quaternion other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (Quaternion left, Quaternion right)
 
static bool operator!= (Quaternion left, Quaternion right)
 

Static Public Attributes

static readonly Quaternion Identity = new Quaternion(0f, 0f, 0f, 1f)
 

Properties

float X [get, set]
 
float Y [get, set]
 
float Z [get, set]
 
float W [get, set]
 

Detailed Description

Definition at line 5 of file Quaternion.cs.