The Gnome Chemistry Utils  0.14.0
Public Member Functions | List of all members
gcu::GLMatrix Class Reference

#include <gcu/matrix.h>

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
ithe row
jthe 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: