< Home

< Table of Contents

REFERENCE MANUAL

HPS.Quaternion Class Reference
Inheritance diagram for HPS.Quaternion:

Public Member Functions

virtual void Dispose ()
 
HPS.Quaternion Exp ()
 
HPS.Quaternion Lerp (HPS.Quaternion in_right, float in_fraction)
 
HPS.Quaternion Log ()
 
float Norm ()
 
HPS.Quaternion Normalize ()
 
 Quaternion (float in_w, float in_x, float in_y, float in_z)
 
 Quaternion (HPS.Quaternion that)
 
HPS.Quaternion Slerp (HPS.Quaternion in_right, float in_fraction, bool in_shortest_path_only)
 
HPS.Quaternion Slerp (HPS.Quaternion in_right, float in_fraction)
 
HPS.Quaternion Spline (HPS.Quaternion in_previous, HPS.Quaternion in_next)
 
HPS.Quaternion Squad (HPS.Quaternion in_right, HPS.Quaternion in_control1, HPS.Quaternion in_control2, float in_fraction)
 

Public Attributes

float w
 
float x
 
float y
 
float z
 

Protected Member Functions

virtual void rebind (IntPtr cPtr, bool cMemoryOwn)
 

Protected Attributes

bool cMemOwn
 

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