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