|
cgma
|
#include "FacetorUtil.hpp"#include "TDDelaunay.hpp"#include "FacetEvalTool.hpp"#include "CubitPoint.hpp"#include "CubitPointData.hpp"#include "CubitFacet.hpp"#include "CubitFacetData.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 | FT_INSIDE_TOL 1.0e-6 |
| #define | SQR(x) ((x) * (x)) |
| #define | ALPHA 0.70228615 |
| #define ALPHA 0.70228615 |
Definition at line 22 of file FacetorUtil.cpp.
| #define DETERM | ( | p1, | |
| q1, | |||
| p2, | |||
| q2, | |||
| p3, | |||
| q3 | |||
| ) | ((q3)*((p2)-(p1)) + (q2)*((p1)-(p3)) + (q1)*((p3)-(p2))) |
Definition at line 18 of file FacetorUtil.cpp.
| #define FT_INSIDE_TOL 1.0e-6 |
Definition at line 20 of file FacetorUtil.cpp.
| #define MY_INLINE |
Definition at line 5 of file FacetorUtil.cpp.
| #define SQR | ( | x | ) | ((x) * (x)) |
Definition at line 21 of file FacetorUtil.cpp.