Cleaver Tetrahedral Meshing  2.2.1
Cleaving algorithm for high quality tetrahedral meshing
All Classes Pages
List of all members | Public Member Functions | Static Public Member Functions | Public Attributes
cleaver::Plane Class Reference
+ Collaboration diagram for cleaver::Plane:

Public Member Functions

 Plane (double a, double b, double c, double d)
 
 Plane (const vec3 &n, double d)
 
 Plane (const vec3 &p, const vec3 &n)
 
void toScalars (double &a, double &b, double &c, double &d)
 

Static Public Member Functions

static Plane throughPoints (const vec3 &p1, const vec3 &p2, const vec3 &p3)
 

Public Attributes

vec3 n
 
double d
 

Detailed Description

Definition at line 8 of file Plane.h.


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