NW4F G3d
Loading...
Searching...
No Matches
nw::g3d::math::Quat_t Struct Reference

#include <g3d_Quaternion.h>

Inherited by nw::g3d::math::Quat.

Public Types

enum  { DIM = 4 , DIM_PS = DIM / 2 }

Public Attributes

union { 
   struct { 
      float   x 
      float   y 
      float   z 
      float   w 
   } 
   float   a [4] 
}; 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 
DIM_PS 

Member Data Documentation

◆ x

float nw::g3d::math::Quat_t::x

◆ y

float nw::g3d::math::Quat_t::y

◆ z

float nw::g3d::math::Quat_t::z

◆ w

float nw::g3d::math::Quat_t::w

◆ a

float nw::g3d::math::Quat_t::a[4]

◆ [union]

union { ... } nw::g3d::math::Quat_t