Public Member Functions | |
GLMatrix () | |
virtual | ~GLMatrix () |
double & | operator() (int i, int j) |
double * | array () |
Definition at line 128 of file matrix.h.
gcu::GLMatrix::GLMatrix | ( | ) |
Default constructor. Members are not initialized. This constructor is rarely used.
virtual gcu::GLMatrix::~GLMatrix | ( | ) | [virtual] |
The destructor of Matrix.