Cleaver Tetrahedral Meshing  2.2.1
Cleaving algorithm for high quality tetrahedral meshing
All Classes Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions
cleaver::Matrix3x3 Class Reference

Public Types

enum  VectorType { Column, Row }
 

Public Member Functions

 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
 
Matrix3x3operator= (const Matrix3x3 &b)
 

Static Public Member Functions

static Matrix3x3 Identity ()
 

Detailed Description

Definition at line 9 of file Matrix3x3.h.


The documentation for this class was generated from the following files: