doom3-gpl
Doom 3 GPL source release
|
#include <Matrix.h>
Private Attributes | |
idVec2 | mat [2] |
Friends | |
idMat2 | operator* (const float a, const idMat2 &mat) |
idVec2 | operator* (const idVec2 &vec, const idMat2 &mat) |
idVec2 & | operator*= (idVec2 &vec, const idMat2 &mat) |
Definition at line 74 of file Matrix.cpp.
Definition at line 47 of file Matrix.cpp.
ID_INLINE bool idMat2::IsDiagonal | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat2::IsIdentity | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
ID_INLINE bool idMat2::IsSymmetric | ( | const float | epsilon = MATRIX_EPSILON | ) | const |
Definition at line 128 of file Matrix.cpp.