#include <math_Quaternion.h>
Inherits nw::math::QUAT_.
◆ self_type
◆ value_type
◆ QUAT() [1/4]
◆ QUAT() [2/4]
| nw::math::QUAT::QUAT |
( |
const f32 * | p | ) |
|
|
inlineexplicit |
◆ QUAT() [3/4]
| nw::math::QUAT::QUAT |
( |
const QUAT_ & | rhs | ) |
|
|
inlineexplicit |
◆ QUAT() [4/4]
| nw::math::QUAT::QUAT |
( |
f32 | fx, |
|
|
f32 | fy, |
|
|
f32 | fz, |
|
|
f32 | fw ) |
|
inline |
◆ operator f32 *()
| nw::math::QUAT::operator f32 * |
( |
| ) |
|
|
inline |
◆ operator const f32 *()
| nw::math::QUAT::operator const f32 * |
( |
| ) |
const |
|
inline |
◆ ToF32() [1/2]
| f32 * nw::math::QUAT::ToF32 |
( |
| ) |
|
|
inline |
◆ ToF32() [2/2]
| const f32 * nw::math::QUAT::ToF32 |
( |
| ) |
const |
|
inline |
◆ Cast() [1/2]
template<typename ToPtr>
| ToPtr nw::math::QUAT::Cast |
( |
| ) |
|
|
inline |
◆ Cast() [2/2]
template<typename ToPtr>
| ToPtr nw::math::QUAT::Cast |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ operator-=()
◆ operator*=()
| self_type & nw::math::QUAT::operator*= |
( |
f32 | f | ) |
|
|
inline |
◆ operator/=()
| self_type & nw::math::QUAT::operator/= |
( |
f32 | f | ) |
|
|
inline |
◆ operator+() [1/2]
| self_type nw::math::QUAT::operator+ |
( |
| ) |
const |
|
inline |
◆ operator-() [1/2]
| self_type nw::math::QUAT::operator- |
( |
| ) |
const |
|
inline |
◆ operator+() [2/2]
◆ operator-() [2/2]
◆ operator*()
| self_type nw::math::QUAT::operator* |
( |
f32 | f | ) |
const |
|
inline |
◆ operator/()
| self_type nw::math::QUAT::operator/ |
( |
f32 | f | ) |
const |
|
inline |
◆ operator==()
| bool nw::math::QUAT::operator== |
( |
const self_type & | rhs | ) |
const |
|
inline |
◆ operator!=()
| bool nw::math::QUAT::operator!= |
( |
const self_type & | rhs | ) |
const |
|
inline |