|
cgma
|
#include "LoopParamTool.hpp"#include "CastTo.hpp"#include "CubitPointData.hpp"#include "GeometryDefines.h"#include "CubitMessage.hpp"#include "math.h"Go to the source code of this file.
Defines | |
| #define | EPSILON_LOWER -0.00000001 |
| #define | EPSILON_UPPER 0.00000001 |
| #define | SWAP(a, b) { temp = a; a = b; b = temp; } |
| #define EPSILON_LOWER -0.00000001 |
Definition at line 21 of file LoopParamTool.cpp.
| #define EPSILON_UPPER 0.00000001 |
Definition at line 22 of file LoopParamTool.cpp.
| #define SWAP | ( | a, | |
| b | |||
| ) | { temp = a; a = b; b = temp; } |
Definition at line 23 of file LoopParamTool.cpp.