cgma
LoopParamTool.cpp File Reference
#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 Documentation

#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,
 
)    { temp = a; a = b; b = temp; }

Definition at line 23 of file LoopParamTool.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines