#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_DMatrix3 operator* | ( | fpreal64 | sc, | |
| const UT_DMatrix3 & | mat | |||
| ) | [inline] |
Definition at line 685 of file UT_DMatrix3.h.
| UT_API UT_DMatrix3 operator* | ( | const UT_DMatrix3 & | mat, | |
| fpreal64 | sc | |||
| ) |
| UT_API UT_DMatrix3 operator* | ( | const UT_DMatrix3 & | m1, | |
| const UT_DMatrix3 & | m2 | |||
| ) |
| UT_DMatrix3 operator+ | ( | fpreal64 | sc, | |
| const UT_DMatrix3 & | mat | |||
| ) | [inline] |
| UT_API UT_DMatrix3 operator+ | ( | const UT_DMatrix3 & | mat, | |
| fpreal64 | sc | |||
| ) |
| UT_DMatrix3 operator+ | ( | const UT_Vector3 & | v, | |
| const UT_DMatrix3 & | m | |||
| ) | [inline] |
Definition at line 679 of file UT_DMatrix3.h.
| UT_API UT_DMatrix3 operator+ | ( | const UT_DMatrix3 & | m, | |
| const UT_Vector3 & | v | |||
| ) |
| UT_API UT_DMatrix3 operator+ | ( | const UT_DMatrix3 & | m1, | |
| const UT_DMatrix3 & | m2 | |||
| ) |
| UT_API UT_DMatrix3 operator- | ( | fpreal64 | sc, | |
| const UT_DMatrix3 & | mat | |||
| ) |
| UT_DMatrix3 operator- | ( | const UT_DMatrix3 & | mat, | |
| fpreal64 | sc | |||
| ) | [inline] |
| UT_API UT_DMatrix3 operator- | ( | const UT_Vector3 & | v, | |
| const UT_DMatrix3 & | m | |||
| ) |
| UT_API UT_DMatrix3 operator- | ( | const UT_DMatrix3 & | m, | |
| const UT_Vector3 & | v | |||
| ) |
| UT_API UT_DMatrix3 operator- | ( | const UT_DMatrix3 & | m1, | |
| const UT_DMatrix3 & | m2 | |||
| ) |
| UT_API UT_DMatrix3 operator/ | ( | fpreal64 | sc, | |
| const UT_DMatrix3 & | mat | |||
| ) |
| UT_DMatrix3 operator/ | ( | const UT_DMatrix3 & | mat, | |
| fpreal64 | sc | |||
| ) | [inline] |
Definition at line 691 of file UT_DMatrix3.h.
1.5.9