#include <iostream.h>#include <SYS/SYS_Math.h>#include "UT_Assert.h"#include "UT_VectorTypes.h"#include "UT_Vector2.h"Go to the source code of this file.
Classes | |
| class | UT_Matrix2T< T > |
Functions | |
| template<typename T > | |
| UT_Matrix2T< T > | operator+ (const UT_Matrix2T< T > &m1, const UT_Matrix2T< T > &m2) |
| template<typename T , typename S > | |
| UT_Matrix2T< T > | operator+ (const UT_Matrix2T< T > &m, const UT_Vector2T< S > &v) |
| template<typename T , typename S > | |
| UT_Matrix2T< T > | operator+ (const UT_Vector2T< S > &v, const UT_Matrix2T< T > &m) |
| template<typename T > | |
| UT_Matrix2T< T > | operator+ (const UT_Matrix2T< T > &mat, T sc) |
| template<typename T > | |
| UT_Matrix2T< T > | operator+ (T sc, const UT_Matrix2T< T > &mat) |
| template<typename T > | |
| UT_Matrix2T< T > | operator- (const UT_Matrix2T< T > &m1, const UT_Matrix2T< T > &m2) |
| template<typename T , typename S > | |
| UT_Matrix2T< T > | operator- (const UT_Matrix2T< T > &m, const UT_Vector2T< S > &v) |
| template<typename T , typename S > | |
| UT_Matrix2T< T > | operator- (const UT_Vector2T< S > &v, const UT_Matrix2T< T > &m) |
| template<typename T > | |
| UT_Matrix2T< T > | operator- (const UT_Matrix2T< T > &mat, T sc) |
| template<typename T > | |
| UT_Matrix2T< T > | operator- (T sc, const UT_Matrix2T< T > &mat) |
| template<typename T > | |
| UT_Matrix2T< T > | operator* (const UT_Matrix2T< T > &m1, const UT_Matrix2T< T > &m2) |
| template<typename T > | |
| UT_Matrix2T< T > | operator* (const UT_Matrix2T< T > &mat, T sc) |
| template<typename T > | |
| UT_Matrix2T< T > | operator* (T sc, const UT_Matrix2T< T > &mat) |
| template<typename T > | |
| UT_Matrix2T< T > | operator/ (const UT_Matrix2T< T > &mat, T sc) |
| template<typename T > | |
| UT_Matrix2T< T > | operator/ (T sc, const UT_Matrix2T< T > &mat) |
| UT_Matrix2T< T > operator* | ( | T | sc, | |
| const UT_Matrix2T< T > & | mat | |||
| ) | [inline] |
Definition at line 380 of file UT_Matrix2.h.
| UT_Matrix2T<T> operator* | ( | const UT_Matrix2T< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 338 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator* | ( | const UT_Matrix2T< T > & | m1, | |
| const UT_Matrix2T< T > & | m2 | |||
| ) | [inline] |
Definition at line 287 of file UT_Matrix2.C.
| UT_Matrix2T< T > operator+ | ( | T | sc, | |
| const UT_Matrix2T< T > & | mat | |||
| ) | [inline] |
Definition at line 366 of file UT_Matrix2.h.
| UT_Matrix2T<T> operator+ | ( | const UT_Matrix2T< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 322 of file UT_Matrix2.C.
| UT_Matrix2T< T > operator+ | ( | const UT_Vector2T< S > & | v, | |
| const UT_Matrix2T< T > & | m | |||
| ) | [inline] |
Definition at line 359 of file UT_Matrix2.h.
| UT_Matrix2T<T> operator+ | ( | const UT_Matrix2T< T > & | m, | |
| const UT_Vector2T< S > & | v | |||
| ) | [inline] |
Definition at line 298 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator+ | ( | const UT_Matrix2T< T > & | m1, | |
| const UT_Matrix2T< T > & | m2 | |||
| ) | [inline] |
Definition at line 271 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator- | ( | T | sc, | |
| const UT_Matrix2T< T > & | mat | |||
| ) | [inline] |
Definition at line 330 of file UT_Matrix2.C.
| UT_Matrix2T< T > operator- | ( | const UT_Matrix2T< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 373 of file UT_Matrix2.h.
| UT_Matrix2T<T> operator- | ( | const UT_Vector2T< S > & | v, | |
| const UT_Matrix2T< T > & | m | |||
| ) | [inline] |
Definition at line 314 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator- | ( | const UT_Matrix2T< T > & | m, | |
| const UT_Vector2T< S > & | v | |||
| ) | [inline] |
Definition at line 306 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator- | ( | const UT_Matrix2T< T > & | m1, | |
| const UT_Matrix2T< T > & | m2 | |||
| ) | [inline] |
Definition at line 279 of file UT_Matrix2.C.
| UT_Matrix2T<T> operator/ | ( | T | sc, | |
| const UT_Matrix2T< T > & | mat | |||
| ) | [inline] |
Definition at line 346 of file UT_Matrix2.C.
| UT_Matrix2T< T > operator/ | ( | const UT_Matrix2T< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 387 of file UT_Matrix2.h.
1.5.9