doom3-gpl
Doom 3 GPL source release
|
#include <Matrix.h>
Private Attributes | |
idVec6 | mat [6] |
Friends | |
idMat6 | operator* (const float a, const idMat6 &mat) |
idVec6 | operator* (const idVec6 &vec, const idMat6 &mat) |
idVec6 & | operator*= (idVec6 &vec, const idMat6 &mat) |
Definition at line 1793 of file Matrix.cpp.
Definition at line 2186 of file Matrix.cpp.
Definition at line 1869 of file Matrix.cpp.
ID_INLINE bool idMat6::IsDiagonal | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat6::IsIdentity | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat6::IsSymmetric | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
Definition at line 2927 of file Matrix.cpp.
Definition at line 1757 of file Matrix.cpp.
Definition at line 1774 of file Matrix.cpp.