![]() |
Cleaver Tetrahedral Meshing
2.2.1
Cleaving algorithm for high quality tetrahedral meshing
|
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 |