cgma
|
#include "FacetParamTool.hpp"
#include "CastTo.hpp"
#include "Surface.hpp"
#include "FacetSurface.hpp"
#include "FacetEvalTool.hpp"
#include "FacetorTool.hpp"
#include "CubitPoint.hpp"
#include "CubitPointData.hpp"
#include "CubitFacet.hpp"
#include "CubitFacetData.hpp"
#include "CubitBox.hpp"
#include "TDFacetBoundaryPoint.hpp"
Go to the source code of this file.
Defines | |
#define | DETERM(p1, q1, p2, q2, p3, q3) ((q3)*((p2)-(p1)) + (q2)*((p1)-(p3)) + (q1)*((p3)-(p2))) |
#define | INSIDE_TOL 1.0e-6 |
#define DETERM | ( | p1, | |
q1, | |||
p2, | |||
q2, | |||
p3, | |||
q3 | |||
) | ((q3)*((p2)-(p1)) + (q2)*((p1)-(p3)) + (q1)*((p3)-(p2))) |
Definition at line 27 of file FacetParamTool.cpp.
#define INSIDE_TOL 1.0e-6 |
Definition at line 29 of file FacetParamTool.cpp.