◆ GetDeterminant()
| float IMGUIZMO_NAMESPACE::matrix_t::GetDeterminant |
( |
| ) |
const |
|
inline |
◆ Inverse()
| float IMGUIZMO_NAMESPACE::matrix_t::Inverse |
( |
const matrix_t & |
srcMatrix, |
|
|
bool |
affine = false |
|
) |
| |
◆ Multiply() [1/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Multiply |
( |
const matrix_t & |
m1, |
|
|
const matrix_t & |
m2 |
|
) |
| |
|
inline |
◆ Multiply() [2/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Multiply |
( |
const matrix_t & |
matrix | ) |
|
|
inline |
◆ operator const float *()
| IMGUIZMO_NAMESPACE::matrix_t::operator const float * |
( |
| ) |
const |
|
inline |
◆ operator float *()
| IMGUIZMO_NAMESPACE::matrix_t::operator float * |
( |
| ) |
|
|
inline |
◆ operator*()
◆ operator*=()
◆ OrthoNormalize()
| void IMGUIZMO_NAMESPACE::matrix_t::OrthoNormalize |
( |
| ) |
|
|
inline |
◆ RotationAxis()
| void IMGUIZMO_NAMESPACE::matrix_t::RotationAxis |
( |
const vec_t & |
axis, |
|
|
float |
angle |
|
) |
| |
◆ Scale() [1/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Scale |
( |
const vec_t & |
s | ) |
|
|
inline |
◆ Scale() [2/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Scale |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inline |
◆ SetToIdentity()
| void IMGUIZMO_NAMESPACE::matrix_t::SetToIdentity |
( |
| ) |
|
|
inline |
◆ Translation() [1/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Translation |
( |
const vec_t & |
vt | ) |
|
|
inline |
◆ Translation() [2/2]
| void IMGUIZMO_NAMESPACE::matrix_t::Translation |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inline |
◆ Transpose()
| void IMGUIZMO_NAMESPACE::matrix_t::Transpose |
( |
| ) |
|
|
inline |
◆ [union]
◆ component
| vec_t IMGUIZMO_NAMESPACE::matrix_t::component[4] |
◆ dir
| vec_t IMGUIZMO_NAMESPACE::matrix_t::dir |
| float IMGUIZMO_NAMESPACE::matrix_t::m[4][4] |
◆ m16
| float IMGUIZMO_NAMESPACE::matrix_t::m16[16] |
◆ position
| vec_t IMGUIZMO_NAMESPACE::matrix_t::position |
◆ right
| vec_t IMGUIZMO_NAMESPACE::matrix_t::right |
◆ up
| vec_t IMGUIZMO_NAMESPACE::matrix_t::up |
◆ [struct]
| struct { ... } IMGUIZMO_NAMESPACE::matrix_t::v |
The documentation for this struct was generated from the following file: