#include "UT_API.h"#include <iostream.h>#include "UT_Assert.h"#include "UT_Axis.h"#include "UT_Math.h"#include "UT_Vector3.h"Go to the source code of this file.
| UT_Matrix3 operator* | ( | fpreal | sc, | |
| const UT_Matrix3 & | mat | |||
| ) | [inline] |
Definition at line 674 of file UT_Matrix3.h.
| UT_API UT_Matrix3 operator* | ( | const UT_Matrix3 & | mat, | |
| fpreal | sc | |||
| ) |
| UT_API UT_Matrix3 operator* | ( | const UT_Matrix3 & | m1, | |
| const UT_Matrix3 & | m2 | |||
| ) |
| UT_Matrix3 operator+ | ( | fpreal | sc, | |
| const UT_Matrix3 & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix3 operator+ | ( | const UT_Matrix3 & | mat, | |
| fpreal | sc | |||
| ) |
| UT_Matrix3 operator+ | ( | const UT_Vector3 & | v, | |
| const UT_Matrix3 & | m | |||
| ) | [inline] |
Definition at line 668 of file UT_Matrix3.h.
| UT_API UT_Matrix3 operator+ | ( | const UT_Matrix3 & | m, | |
| const UT_Vector3 & | v | |||
| ) |
| UT_API UT_Matrix3 operator+ | ( | const UT_Matrix3 & | m1, | |
| const UT_Matrix3 & | m2 | |||
| ) |
| UT_API UT_Matrix3 operator- | ( | fpreal | sc, | |
| const UT_Matrix3 & | mat | |||
| ) |
| UT_Matrix3 operator- | ( | const UT_Matrix3 & | mat, | |
| fpreal | sc | |||
| ) | [inline] |
| UT_API UT_Matrix3 operator- | ( | const UT_Vector3 & | v, | |
| const UT_Matrix3 & | m | |||
| ) |
| UT_API UT_Matrix3 operator- | ( | const UT_Matrix3 & | m, | |
| const UT_Vector3 & | v | |||
| ) |
| UT_API UT_Matrix3 operator- | ( | const UT_Matrix3 & | m1, | |
| const UT_Matrix3 & | m2 | |||
| ) |
| UT_API UT_Matrix3 operator/ | ( | fpreal | sc, | |
| const UT_Matrix3 & | mat | |||
| ) |
| UT_Matrix3 operator/ | ( | const UT_Matrix3 & | mat, | |
| fpreal | sc | |||
| ) | [inline] |
Definition at line 680 of file UT_Matrix3.h.
1.5.9