cgma
|
#include "FacetorTool.hpp"
#include "FacetorUtil.hpp"
#include "TDDelaunay.hpp"
#include "BoundaryConstrainTool.hpp"
#include "CubitPoint.hpp"
#include "CubitPointData.hpp"
#include "CubitFacet.hpp"
#include "CubitFacetData.hpp"
#include "FacetEvalTool.hpp"
#include "ParamTool.hpp"
#include "CubitMessage.hpp"
Go to the source code of this file.
Defines | |
#define | MY_INLINE |
#define | DETERM(p1, q1, p2, q2, p3, q3) ((q3)*((p2)-(p1)) + (q2)*((p1)-(p3)) + (q1)*((p3)-(p2))) |
#define | SQR(x) ((x) * (x)) |
#define | FT_INSIDE_TOL 1.0e-6 |
#define | QUALITY_ANGLE 0.361283155162 /* 20.7 degrees */ |
#define | ALPHA 0.70228615 |
#define ALPHA 0.70228615 |
Definition at line 37 of file FacetorTool.cpp.
#define DETERM | ( | p1, | |
q1, | |||
p2, | |||
q2, | |||
p3, | |||
q3 | |||
) | ((q3)*((p2)-(p1)) + (q2)*((p1)-(p3)) + (q1)*((p3)-(p2))) |
Definition at line 32 of file FacetorTool.cpp.
#define FT_INSIDE_TOL 1.0e-6 |
Definition at line 35 of file FacetorTool.cpp.
#define MY_INLINE |
Definition at line 17 of file FacetorTool.cpp.
#define QUALITY_ANGLE 0.361283155162 /* 20.7 degrees */ |
Definition at line 36 of file FacetorTool.cpp.
#define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 34 of file FacetorTool.cpp.