#include <iostream.h>#include <SYS/SYS_Math.h>#include "UT_Assert.h"#include "UT_Vector2.h"Go to the source code of this file.
Classes | |
| class | UT_TMatrix2< T > |
Typedefs | |
| typedef UT_TMatrix2< float > | UT_Matrix2 |
| typedef UT_TMatrix2< double > | UT_DMatrix2 |
Functions | |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &m, const UT_Vector2 &v) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_Vector2 &v, const UT_TMatrix2< T > &m) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (const UT_TMatrix2< T > &mat, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator+ (T sc, const UT_TMatrix2< T > &mat) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_TMatrix2< T > &m, const UT_Vector2 &v) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_Vector2 &v, const UT_TMatrix2< T > &m) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (const UT_TMatrix2< T > &mat, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator- (T sc, const UT_TMatrix2< T > &mat) |
| template<typename T > | |
| UT_TMatrix2< T > | operator* (const UT_TMatrix2< T > &m1, const UT_TMatrix2< T > &m2) |
| template<typename T > | |
| UT_TMatrix2< T > | operator* (const UT_TMatrix2< T > &mat, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator* (T sc, const UT_TMatrix2< T > &mat) |
| template<typename T > | |
| UT_TMatrix2< T > | operator/ (const UT_TMatrix2< T > &mat, T sc) |
| template<typename T > | |
| UT_TMatrix2< T > | operator/ (T sc, const UT_TMatrix2< T > &mat) |
| typedef UT_TMatrix2<double> UT_DMatrix2 |
Definition at line 29 of file UT_Matrix2.h.
| typedef UT_TMatrix2<float> UT_Matrix2 |
Definition at line 26 of file UT_Matrix2.h.
| UT_TMatrix2< T > operator* | ( | T | sc, | |
| const UT_TMatrix2< T > & | mat | |||
| ) | [inline] |
Definition at line 350 of file UT_Matrix2.h.
| UT_TMatrix2<T> operator* | ( | const UT_TMatrix2< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 293 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator* | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 242 of file UT_Matrix2.C.
| UT_TMatrix2< T > operator+ | ( | T | sc, | |
| const UT_TMatrix2< T > & | mat | |||
| ) | [inline] |
Definition at line 336 of file UT_Matrix2.h.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 277 of file UT_Matrix2.C.
| UT_TMatrix2< T > operator+ | ( | const UT_Vector2 & | v, | |
| const UT_TMatrix2< T > & | m | |||
| ) | [inline] |
Definition at line 329 of file UT_Matrix2.h.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | m, | |
| const UT_Vector2 & | v | |||
| ) | [inline] |
Definition at line 253 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator+ | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 226 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | T | sc, | |
| const UT_TMatrix2< T > & | mat | |||
| ) | [inline] |
Definition at line 285 of file UT_Matrix2.C.
| UT_TMatrix2< T > operator- | ( | const UT_TMatrix2< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 343 of file UT_Matrix2.h.
| UT_TMatrix2<T> operator- | ( | const UT_Vector2 & | v, | |
| const UT_TMatrix2< T > & | m | |||
| ) | [inline] |
Definition at line 269 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | const UT_TMatrix2< T > & | m, | |
| const UT_Vector2 & | v | |||
| ) | [inline] |
Definition at line 261 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator- | ( | const UT_TMatrix2< T > & | m1, | |
| const UT_TMatrix2< T > & | m2 | |||
| ) | [inline] |
Definition at line 234 of file UT_Matrix2.C.
| UT_TMatrix2<T> operator/ | ( | T | sc, | |
| const UT_TMatrix2< T > & | mat | |||
| ) | [inline] |
Definition at line 301 of file UT_Matrix2.C.
| UT_TMatrix2< T > operator/ | ( | const UT_TMatrix2< T > & | mat, | |
| T | sc | |||
| ) | [inline] |
Definition at line 357 of file UT_Matrix2.h.
1.5.9