Go to the source code of this file.
Defines | |
| #define | DET(c0, c1, c2, c3, c4, c5, c6, c7, c8) |
| #define | DET(c0, c1, c2, c3, c4, c5, c6, c7, c8) |
Functions | |
| Matrix4 | operator * (Real r, const Matrix4 &m) |
|
|
Value: (c0 * (c4 * c8 - c5 * c7) + \
c1 * (c5 * c6 - c3 * c8) + \
c2 * (c3 * c7 - c4 * c6))
Definition at line 573 of file matrix4.inl. |
|
|
Value: (c0 * (c4 * c8 - c5 * c7) + \
c1 * (c5 * c6 - c3 * c8) + \
c2 * (c3 * c7 - c4 * c6))
Definition at line 573 of file matrix4.inl. |
|
||||||||||||
|
Definition at line 684 of file matrix4.inl. |
1.3.6