35 #if defined(AngleComputer_RECURSES)
36 #error Recursive header files inclusion detected in AngleComputer.h
37 #else // defined(AngleComputer_RECURSES)
39 #define AngleComputer_RECURSES
41 #if !defined AngleComputer_h
43 #define AngleComputer_h
48 #include "DGtal/base/Common.h"
64 static float cast(
float i );
74 static bool less(
float i,
float j );
101 static float min(
float i,
float j );
110 static float max(
float i,
float j );
117 static double cast(
double i );
127 static bool less(
double i,
double j );
154 static double min(
double i,
double j );
163 static double max(
double i,
double j );
176 #include "DGtal/math/AngleComputer.ih"
182 #endif // !defined AngleComputer_h
184 #undef AngleComputer_RECURSES
185 #endif // else defined(AngleComputer_RECURSES)
static double cast(double i)
static bool less(double i, double j)
static float max(float i, float j)
static double max(double i, double j)
DGtal is the top-level namespace which contains all DGtal functions and types.
static float posDiff(float j, float i)
static float min(float i, float j)
static float cast(float i)
static double posDiff(double j, double i)
static float deviation(float j, float i)
static bool less(float i, float j)
static double deviation(double j, double i)
static double min(double i, double j)