#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_VectorTypes.h"#include "UT_Vector4.h"Go to the source code of this file.
Classes | |
| class | UT_Matrix4T< T > |
Functions | |
| template<typename T > | |
| UT_API UT_Matrix4T< T > | operator+ (const UT_Matrix4T< T > &m1, const UT_Matrix4T< T > &m2) |
| template<typename T > | |
| UT_API UT_Matrix4T< T > | operator- (const UT_Matrix4T< T > &m1, const UT_Matrix4T< T > &m2) |
| template<typename T > | |
| UT_API UT_Matrix4T< T > | operator* (const UT_Matrix4T< T > &m1, const UT_Matrix4T< T > &m2) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator+ (const UT_Matrix4T< T > &mat, const UT_Vector4T< S > &vec) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator+ (const UT_Vector4T< S > &vec, const UT_Matrix4T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator- (const UT_Matrix4T< T > &mat, const UT_Vector4T< S > &vec) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator- (const UT_Vector4T< S > &vec, const UT_Matrix4T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator+ (const UT_Matrix4T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix4T< T > | operator- (const UT_Matrix4T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator* (const UT_Matrix4T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix4T< T > | operator/ (const UT_Matrix4T< T > &mat, S sc) |
| template<typename T , typename S > | |
| UT_Matrix4T< T > | operator+ (S sc, const UT_Matrix4T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator- (S sc, const UT_Matrix4T< T > &mat) |
| template<typename T , typename S > | |
| UT_Matrix4T< T > | operator* (S sc, const UT_Matrix4T< T > &mat) |
| template<typename T , typename S > | |
| UT_API UT_Matrix4T< T > | operator/ (S sc, const UT_Matrix4T< T > &mat) |
| UT_Matrix4T< T > operator* | ( | S | sc, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
Definition at line 863 of file UT_Matrix4.h.
| UT_API UT_Matrix4T<T> operator* | ( | const UT_Matrix4T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator* | ( | const UT_Matrix4T< T > & | m1, | |
| const UT_Matrix4T< T > & | m2 | |||
| ) | [inline] |
| UT_Matrix4T<T> operator+ | ( | S | sc, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator+ | ( | const UT_Matrix4T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator+ | ( | const UT_Vector4T< S > & | vec, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator+ | ( | const UT_Matrix4T< T > & | mat, | |
| const UT_Vector4T< S > & | vec | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator+ | ( | const UT_Matrix4T< T > & | m1, | |
| const UT_Matrix4T< T > & | m2 | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator- | ( | S | sc, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
| UT_Matrix4T<T> operator- | ( | const UT_Matrix4T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator- | ( | const UT_Vector4T< S > & | vec, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator- | ( | const UT_Matrix4T< T > & | mat, | |
| const UT_Vector4T< S > & | vec | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator- | ( | const UT_Matrix4T< T > & | m1, | |
| const UT_Matrix4T< T > & | m2 | |||
| ) | [inline] |
| UT_API UT_Matrix4T<T> operator/ | ( | S | sc, | |
| const UT_Matrix4T< T > & | mat | |||
| ) | [inline] |
| UT_Matrix4T< T > operator/ | ( | const UT_Matrix4T< T > & | mat, | |
| S | sc | |||
| ) | [inline] |
Definition at line 870 of file UT_Matrix4.h.
1.5.9