Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
class | MT_Matrix4x4 |
Functions | |
MT_Vector4 | operator* (const MT_Matrix4x4 &m, const MT_Vector4 &v) |
MT_Vector4 | operator* (const MT_Vector4 &v, const MT_Matrix4x4 &m) |
MT_Matrix4x4 | operator* (const MT_Matrix4x4 &m1, const MT_Matrix4x4 &m2) |
MT_OStream & | operator<< (MT_OStream &os, const MT_Matrix4x4 &m) |
Definition in file MT_Matrix4x4.h.
MT_Vector4 operator* | ( | const MT_Matrix4x4 & | m, |
const MT_Vector4 & | v | ||
) |
Definition at line 74 of file MT_Matrix4x4.inl.
References MT_dot().
MT_Vector4 operator* | ( | const MT_Vector4 & | v, |
const MT_Matrix4x4 & | m | ||
) |
Definition at line 78 of file MT_Matrix4x4.inl.
MT_Matrix4x4 operator* | ( | const MT_Matrix4x4 & | m1, |
const MT_Matrix4x4 & | m2 | ||
) |
Definition at line 82 of file MT_Matrix4x4.inl.
MT_OStream& operator<< | ( | MT_OStream & | os, |
const MT_Matrix4x4 & | m | ||
) | [inline] |
Definition at line 237 of file MT_Matrix4x4.h.
References GEN_endl().