Definition at line 24 of file math_types.h.
◆ VEC2() [1/2]
nw4r::math::VEC2::VEC2 |
( |
| ) |
|
|
inline |
◆ VEC2() [2/2]
nw4r::math::VEC2::VEC2 |
( |
f32 | fx, |
|
|
f32 | fy ) |
|
inline |
◆ operator f32 *()
nw4r::math::VEC2::operator f32 * |
( |
| ) |
|
|
inline |
◆ operator const f32 *()
nw4r::math::VEC2::operator const f32 * |
( |
| ) |
const |
|
inline |
◆ operator+()
VEC2 nw4r::math::VEC2::operator+ |
( |
const VEC2 & | rRhs | ) |
const |
|
inline |
◆ operator-()
VEC2 nw4r::math::VEC2::operator- |
( |
const VEC2 & | rRhs | ) |
const |
|
inline |
◆ operator+=()
VEC2 & nw4r::math::VEC2::operator+= |
( |
const VEC2 & | rRhs | ) |
|
|
inline |
◆ operator-=()
VEC2 & nw4r::math::VEC2::operator-= |
( |
const VEC2 & | rRhs | ) |
|
|
inline |
◆ operator==()
bool nw4r::math::VEC2::operator== |
( |
const VEC2 & | rRhs | ) |
const |
|
inline |
◆ operator!=()
bool nw4r::math::VEC2::operator!= |
( |
const VEC2 & | rRhs | ) |
const |
|
inline |