#include <g3d_Vector2.h>
Inherited by nw::g3d::math::Vec2.
Public Types | |
| enum | { DIM = 2 , DIM_PS = DIM / 2 } |
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| float y | |
| } | |
| float a [DIM] | |
| }; | |
| float nw::g3d::math::Vec2_t::x |
| float nw::g3d::math::Vec2_t::y |
| float nw::g3d::math::Vec2_t::a[DIM] |
| union { ... } nw::g3d::math::Vec2_t |