![]() |
Blender V2.61 - r43446
|
#include "MT_Optimize.h"Go to the source code of this file.
Functions | |
| GEN_INLINE MT_Quaternion | operator* (const MT_Quaternion &q1, const MT_Quaternion &q2) |
| GEN_INLINE MT_Quaternion | operator* (const MT_Quaternion &q, const MT_Vector3 &w) |
| GEN_INLINE MT_Quaternion | operator* (const MT_Vector3 &w, const MT_Quaternion &q) |
| GEN_INLINE MT_Quaternion operator* | ( | const MT_Quaternion & | q1, |
| const MT_Quaternion & | q2 | ||
| ) |
Definition at line 39 of file MT_Quaternion.inl.
| GEN_INLINE MT_Quaternion operator* | ( | const MT_Vector3 & | w, |
| const MT_Quaternion & | q | ||
| ) |
Definition at line 55 of file MT_Quaternion.inl.
| GEN_INLINE MT_Quaternion operator* | ( | const MT_Quaternion & | q, |
| const MT_Vector3 & | w | ||
| ) |
Definition at line 47 of file MT_Quaternion.inl.