| 
    GEL
    2
    
   GEL is a library for Geometry and Linear Algebra 
   | 
  
  
  
 
3 by 3 double matrix. More...
#include <Mat3x3d.h>
Inherits CGLA::ArithSqMat3x3Float< Vec3d, Mat3x3d >.
Public Member Functions | |
| Mat3x3d (Vec3d _a, Vec3d _b, Vec3d _c) | |
| Construct matrix from 3 Vec3d vectors.  | |
| Mat3x3d () | |
| Construct the 0 matrix.  | |
| Mat3x3d (float a) | |
| Construct a matrix from a single scalar value.  | |
3 by 3 double matrix.
This class will typically be used for rotation or scaling matrices for 3D vectors.
 1.7.5.1