#include "UT_API.h"#include <iostream.h>#include "UT_Assert.h"#include "UT_Math.h"#include "UT_SymMatrix4.h"#include "UT_Axis.h"#include "UT_Vector4.h"Go to the source code of this file.
| UT_Matrix4 operator* | ( | fpreal | sc, | |
| const UT_Matrix4 & | mat | |||
| ) | [inline] |
Definition at line 736 of file UT_Matrix4.h.
| UT_API UT_Matrix4 operator* | ( | const UT_Matrix4 & | mat, | |
| fpreal | sc | |||
| ) |
| UT_API UT_Matrix4 operator* | ( | const UT_Matrix4 & | m1, | |
| const UT_Matrix4 & | m2 | |||
| ) |
| UT_Matrix4 operator+ | ( | fpreal | sc, | |
| const UT_Matrix4 & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix4 operator+ | ( | const UT_Matrix4 & | mat, | |
| fpreal | sc | |||
| ) |
| UT_API UT_Matrix4 operator+ | ( | const UT_Vector4 & | vec, | |
| const UT_Matrix4 & | mat | |||
| ) |
| UT_API UT_Matrix4 operator+ | ( | const UT_Matrix4 & | mat, | |
| const UT_Vector4 & | vec | |||
| ) |
| UT_API UT_Matrix4 operator+ | ( | const UT_Matrix4 & | m1, | |
| const UT_Matrix4 & | m2 | |||
| ) |
| UT_API UT_Matrix4 operator- | ( | fpreal | sc, | |
| const UT_Matrix4 & | mat | |||
| ) |
| UT_Matrix4 operator- | ( | const UT_Matrix4 & | mat, | |
| fpreal | sc | |||
| ) | [inline] |
| UT_API UT_Matrix4 operator- | ( | const UT_Vector4 & | vec, | |
| const UT_Matrix4 & | mat | |||
| ) |
| UT_API UT_Matrix4 operator- | ( | const UT_Matrix4 & | mat, | |
| const UT_Vector4 & | vec | |||
| ) |
| UT_API UT_Matrix4 operator- | ( | const UT_Matrix4 & | m1, | |
| const UT_Matrix4 & | m2 | |||
| ) |
| UT_API UT_Matrix4 operator/ | ( | fpreal | sc, | |
| const UT_Matrix4 & | mat | |||
| ) |
| UT_Matrix4 operator/ | ( | const UT_Matrix4 & | mat, | |
| fpreal | sc | |||
| ) | [inline] |
Definition at line 742 of file UT_Matrix4.h.
1.5.9