doom3-gpl
Doom 3 GPL source release
|
#include <Matrix.h>
Private Attributes | |
idVec5 | mat [5] |
Friends | |
idMat5 | operator* (const float a, const idMat5 &mat) |
idVec5 | operator* (const idVec5 &vec, const idMat5 &mat) |
idVec5 & | operator*= (idVec5 &vec, const idMat5 &mat) |
Definition at line 1100 of file Matrix.cpp.
Definition at line 1301 of file Matrix.cpp.
Definition at line 1142 of file Matrix.cpp.
ID_INLINE bool idMat5::IsDiagonal | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat5::IsIdentity | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat5::IsSymmetric | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
Definition at line 1738 of file Matrix.cpp.
Definition at line 1064 of file Matrix.cpp.
Definition at line 1081 of file Matrix.cpp.