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

#include <g3d_Vector3.h>

Inherited by nw::g3d::math::Vec3.

Public Types

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

Public Attributes

union { 
   struct { 
      float   x 
      float   y 
      float   z 
   } 
   float   a [DIM
}; 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
DIM 
DIM_PS 

Member Data Documentation

◆ x

float nw::g3d::math::Vec3_t::x

◆ y

float nw::g3d::math::Vec3_t::y

◆ z

float nw::g3d::math::Vec3_t::z

◆ a

float nw::g3d::math::Vec3_t::a[DIM]

◆ [union]

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