#include <gcu/matrix.h>
Public Member Functions | |
GLMatrix () | |
virtual | ~GLMatrix () |
double & | operator() (int i, int j) |
double * | array () |
Definition at line 186 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 GLMatrix.
double* gcu::GLMatrix::array | ( | ) | [inline] |
double& gcu::GLMatrix::operator() | ( | int | i, | |
int | j | |||
) | [inline] |