35 #if defined(AngleComputer_RECURSES)
36 #error Recursive header files inclusion detected in AngleComputer.h
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"
184 #undef AngleComputer_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
static double min(double i, double j)
static bool less(double i, double j)
static float cast(float i)
static float deviation(float j, float i)
static float posDiff(float j, float i)
static double cast(double i)
static bool less(float i, float j)
static double posDiff(double j, double i)
static double max(double i, double j)
static double deviation(double j, double i)
static float min(float i, float j)
static float max(float i, float j)