YAGE
Yet Another Game Engine
Public Member Functions | Protected Attributes | Friends | List of all members
yage::Matrix< Rows, Cols, Type > Class Template Reference

Public Member Functions

int rowSize () const
 
int colSize () const
 
Matrix< 1, Cols, Type > getRow (int row) const
 
Matrix< Rows, 1, Type > getCol (int col) const
 
std::vector< Type >::iterator begin ()
 
std::vector< Type >::iterator end ()
 
virtual std::string toString () const
 
detail::Row< Rows, Cols, Type > operator[] (int row)
 
detail::Row< Rows, Cols, Type > operator[] (int row) const
 
Matrix< Rows, Cols, Type > & operator= (const Matrix< Rows, Cols, Type > &other)
 
Matrix< Rows, Cols, Type > & operator+= (const Matrix< Rows, Cols, Type > &rhs)
 
Matrix< Rows, Cols, Type > & operator-= (const Matrix< Rows, Cols, Type > &rhs)
 

Protected Attributes

std::vector< Type > data_
 

Friends

class detail::Row< Rows, Cols, Type >
 

The documentation for this class was generated from the following file: