Definition at line 81 of file math_types.h.
◆ VEC3() [1/5]
nw4r::math::VEC3::VEC3 |
( |
| ) |
|
|
inline |
◆ VEC3() [2/5]
nw4r::math::VEC3::VEC3 |
( |
f32 | fx, |
|
|
f32 | fy, |
|
|
f32 | fz ) |
|
inline |
◆ VEC3() [3/5]
nw4r::math::VEC3::VEC3 |
( |
const _VEC3 & | rVec | ) |
|
|
inline |
◆ VEC3() [4/5]
nw4r::math::VEC3::VEC3 |
( |
const Vec & | rVec | ) |
|
|
inline |
◆ VEC3() [5/5]
nw4r::math::VEC3::VEC3 |
( |
const f32 * | pData | ) |
|
|
inline |
◆ operator Vec *()
nw4r::math::VEC3::operator Vec * |
( |
| ) |
|
|
inline |
◆ operator const Vec *()
nw4r::math::VEC3::operator const Vec * |
( |
| ) |
const |
|
inline |
◆ LenSq()
f32 nw4r::math::VEC3::LenSq |
( |
| ) |
const |
|
inline |
◆ operator-() [1/2]
VEC3 nw4r::math::VEC3::operator- |
( |
| ) |
const |
|
inline |
◆ operator+()
VEC3 nw4r::math::VEC3::operator+ |
( |
const VEC3 & | rRhs | ) |
const |
|
inline |
◆ operator-() [2/2]
VEC3 nw4r::math::VEC3::operator- |
( |
const VEC3 & | rRhs | ) |
const |
|
inline |
◆ operator*()
VEC3 nw4r::math::VEC3::operator* |
( |
f32 | x | ) |
const |
|
inline |
◆ operator/()
VEC3 nw4r::math::VEC3::operator/ |
( |
f32 | x | ) |
const |
|
inline |
◆ operator+=()
VEC3 & nw4r::math::VEC3::operator+= |
( |
const VEC3 & | rRhs | ) |
|
|
inline |
◆ operator-=()
VEC3 & nw4r::math::VEC3::operator-= |
( |
const VEC3 & | rRhs | ) |
|
|
inline |
◆ operator*=()
VEC3 & nw4r::math::VEC3::operator*= |
( |
f32 | x | ) |
|
|
inline |
◆ operator/=()
VEC3 & nw4r::math::VEC3::operator/= |
( |
f32 | x | ) |
|
|
inline |
◆ operator==()
bool nw4r::math::VEC3::operator== |
( |
const VEC3 & | rRhs | ) |
const |
|
inline |
◆ operator!=()
bool nw4r::math::VEC3::operator!= |
( |
const VEC3 & | rRhs | ) |
const |
|
inline |