Public Member Functions

override string ToString ()
 

Public Attributes

float x
 
float y
 
float z
 
float w
 

Static Public Attributes

static readonly Quatf identity = new Quatf { x = 0.0f, y = 0.0f, z = 0.0f, w = 1.0f }
 

Member Function Documentation

◆ ToString()

override string OVRPlugin.Quatf.ToString ( )

Member Data Documentation

◆ identity

readonly Quatf OVRPlugin.Quatf.identity = new Quatf { x = 0.0f, y = 0.0f, z = 0.0f, w = 1.0f }
static

◆ w

float OVRPlugin.Quatf.w

◆ x

float OVRPlugin.Quatf.x

◆ y

float OVRPlugin.Quatf.y

◆ z

float OVRPlugin.Quatf.z

The documentation for this struct was generated from the following file: