gcu::GLMatrix Class Reference

#include <gcu/matrix.h>

List of all members.

Public Member Functions

 GLMatrix ()
virtual ~GLMatrix ()
double & operator() (int i, int j)
double * array ()


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]

The destructor of GLMatrix.


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:
i the row
j the column
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:

Generated on Fri Sep 24 15:58:47 2010 for The Gnome Chemistry Utils by  doxygen 1.5.9