nux-1.16.0
nux::Matrix2x2< T > Class Template Reference

List of all members.

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)
operator() (unsigned int i, unsigned int j) const
void Zero ()
void Identity ()
Determinant () const
void Inverse ()
Matrix2x2< T > GetInverse () const

Static Public Member Functions

static Matrix2x2< T > IDENTITY ()
static Matrix2x2< T > ZERO ()

Public Attributes

m [2][2]

Detailed Description

template<typename T>
class nux::Matrix2x2< T >

Definition at line 33 of file Matrix2.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends