|
nux-1.14.0
|
Public Member Functions | |
| Matrix2x2 (const Matrix2x2< T > &) | |
| Matrix2x2< T > & | operator= (const Matrix2x2< T > &) |
| t_bool | operator== (const Matrix2x2< T > &) |
| Matrix2x2< T > | operator* (const Matrix2x2< T > &) const |
| Matrix2x2< T > | operator+ (const Matrix2x2< T > &) const |
| Matrix2x2< T > | operator- (const Matrix2x2< T > &) const |
| Matrix2x2< T > & | operator*= (const Matrix2x2< T > &) const |
| Matrix2x2< T > & | operator+= (const Matrix2x2< T > &) const |
| Matrix2x2< T > & | operator-= (const Matrix2x2< T > &) const |
| Matrix2x2< T > | operator* (const T &) const |
| Matrix2x2< T > | operator/ (const T &) const |
| Matrix2x2< T > & | operator*= (const T &) const |
| Matrix2x2< T > & | operator/= (const T &) const |
| Vec2< T > | operator* (const Vec2< T > &) const |
| Matrix2x2< T > | operator- () |
| T & | operator() (unsigned int i, unsigned int j) |
| T | operator() (unsigned int i, unsigned int j) const |
| void | Zero () |
| void | Identity () |
| T | Determinant () const |
| void | Inverse () |
| Matrix2x2< T > | GetInverse () const |
Static Public Member Functions | |
| static Matrix2x2< T > | IDENTITY () |
| static Matrix2x2< T > | ZERO () |
Public Attributes | |
| T | m [2][2] |