#include <g3d_Vector4.h>
Inherited by nw::g3d::math::Vec4.
Public Types | |
| enum | { DIM = 4 , DIM_PS = DIM / 2 } |
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| float y | |
| float z | |
| float w | |
| } | |
| float a [DIM] | |
| }; | |
| float nw::g3d::math::Vec4_t::x |
| float nw::g3d::math::Vec4_t::y |
| float nw::g3d::math::Vec4_t::z |
| float nw::g3d::math::Vec4_t::w |
| float nw::g3d::math::Vec4_t::a[DIM] |
| union { ... } nw::g3d::math::Vec4_t |