#include "UT_API.h"#include <iostream.h>#include "UT_Assert.h"#include "UT_Axis.h"#include "UT_Algorithm.h"#include "UT_Math.h"#include "UT_VectorTypes.h"#include "UT_Vector3.h"Go to the source code of this file.
Classes | |
| class | UT_Matrix3T< T > |
Functions | |
| template<typename T > | |
| UT_API UT_Matrix3T< T > | operator+ (const UT_Matrix3T< T > &m1, const UT_Matrix3T< T > &m2) |
| template<typename T > | |
| UT_API UT_Matrix3T< T > | operator- (const UT_Matrix3T< T > &m1, const UT_Matrix3T< T > &m2) |
| template<typename T > | |
| UT_API UT_Matrix3T< T > | operator* (const UT_Matrix3T< T > &m1, const UT_Matrix3T< T > &m2) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator+ (const UT_Matrix3T< T > &m, const UT_Vector3T< S > &v) |
| template<typename T , typename S > | |
| UT_Matrix3T< T > | operator+ (const UT_Vector3T< S > &v, const UT_Matrix3T< T > &m) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator- (const UT_Matrix3T< T > &m, const UT_Vector3T< S > &v) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator- (const UT_Vector3T< S > &v, const UT_Matrix3T< T > &m) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator+ (const UT_Matrix3T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix3T< T > | operator- (const UT_Matrix3T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator* (const UT_Matrix3T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix3T< T > | operator/ (const UT_Matrix3T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix3T< T > | operator+ (S sc, const UT_Matrix3T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator- (S sc, const UT_Matrix3T< T > &mat) |
| template<typename T , typename S > | |
| UT_Matrix3T< T > | operator* (S sc, const UT_Matrix3T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix3T< T > | operator/ (S sc, const UT_Matrix3T< T > &mat) |
| UT_Matrix3T< T > operator* | ( | S | sc, | |
| const UT_Matrix3T< T > & | mat | |||
| ) | [inline] |
Definition at line 840 of file UT_Matrix3.h.
| UT_API UT_Matrix3T<T> operator* | ( | const UT_Matrix3T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator* | ( | const UT_Matrix3T< T > & | m1, | |
| const UT_Matrix3T< T > & | m2 | |||
| ) | [inline] |
| UT_Matrix3T<T> operator+ | ( | S | sc, | |
| const UT_Matrix3T< T > & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator+ | ( | const UT_Matrix3T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_Matrix3T< T > operator+ | ( | const UT_Vector3T< S > & | v, | |
| const UT_Matrix3T< T > & | m | |||
| ) | [inline] |
Definition at line 833 of file UT_Matrix3.h.
| UT_API UT_Matrix3T<T> operator+ | ( | const UT_Matrix3T< T > & | m, | |
| const UT_Vector3T< S > & | v | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator+ | ( | const UT_Matrix3T< T > & | m1, | |
| const UT_Matrix3T< T > & | m2 | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator- | ( | S | sc, | |
| const UT_Matrix3T< T > & | mat | |||
| ) | [inline] |
| UT_Matrix3T<T> operator- | ( | const UT_Matrix3T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator- | ( | const UT_Vector3T< S > & | v, | |
| const UT_Matrix3T< T > & | m | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator- | ( | const UT_Matrix3T< T > & | m, | |
| const UT_Vector3T< S > & | v | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator- | ( | const UT_Matrix3T< T > & | m1, | |
| const UT_Matrix3T< T > & | m2 | |||
| ) | [inline] |
| UT_API UT_Matrix3T<T> operator/ | ( | S | sc, | |
| const UT_Matrix3T< T > & | mat | |||
| ) | [inline] |
| UT_Matrix3T< T > operator/ | ( | const UT_Matrix3T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
Definition at line 847 of file UT_Matrix3.h.
1.5.9