#include <gcu/matrix.h>
Detailed Description
A 4x4 matrix class used by gcu::Cylinder.
Definition at line 186 of file matrix.h.
Constructor & Destructor Documentation
gcu::GLMatrix::GLMatrix |
( |
| ) |
|
Default constructor. Members are not initialized. This constructor is rarely used.
virtual gcu::GLMatrix::~GLMatrix |
( |
| ) |
|
|
virtual |
Member Function Documentation
double* gcu::GLMatrix::array |
( |
| ) |
|
|
inline |
- Returns
- a pointer to the array of values.
Definition at line 207 of file matrix.h.
double& gcu::GLMatrix::operator() |
( |
int |
i, |
|
|
int |
j |
|
) |
| |
|
inline |
- Parameters
-
- Returns
- returns the value for row i and column j.
Definition at line 203 of file matrix.h.
The documentation for this class was generated from the following file: