| 
| enum   | VectorType { Column, 
Row
 } | 
|   | 
 | 
| 
  | Matrix3x3 (const vec3 &a, const vec3 &b, const vec3 &c, VectorType type=Column) | 
|   | 
| 
  | Matrix3x3 (double a, double b, double c, double d, double e, double f, double g, double h, double i) | 
|   | 
| 
double &  | operator() (int row, int column) | 
|   | 
| 
double  | operator() (int row, int column) const  | 
|   | 
| 
Matrix3x3  | inverse () const  | 
|   | 
| 
Matrix3x3  | transpose () const  | 
|   | 
| 
vec3  | row (int row) const  | 
|   | 
| 
vec3  | column (int column) const  | 
|   | 
| 
Matrix3x3 &  | operator= (const Matrix3x3 &b) | 
|   | 
Definition at line 9 of file Matrix3x3.h.
 
The documentation for this class was generated from the following files:
- C:/Users/Brig/Documents/Cleaver/src/lib/cleaver/Matrix3x3.h
 
- C:/Users/Brig/Documents/Cleaver/src/lib/cleaver/Matrix3x3.cpp