#include "mfdefs.h"
#include "mfoutline.h"
#include "clusttool.h"
#include "const.h"
#include "intfx.h"
#include "normalis.h"
#include "params.h"
#include <math.h>
Go to the source code of this file.
Macro Definition Documentation
#define NormalizeAngle |
( |
|
A | ) |
( (((A)<0)?((A)+2*PI):(A)) / (2*PI) ) |
Macros —————————————————————————-
Definition at line 45 of file mfx.cpp.
Function Documentation
Public Code —————————————————————————-
Definition at line 62 of file mfx.cpp.
{
XScale = 0.2f / results.
Ry;
YScale = 0.2f / results.
Rx;
RemainingOutlines = Outlines;
XScale, YScale);
}
RemainingOutlines = Outlines;
}
}
}
Definition at line 118 of file mfx.cpp.
{
if ((Orientation < 0) || (Orientation >= 1))
Orientation = 0;
return (Orientation);
}
Definition at line 149 of file mfx.cpp.
{
return (MicroFeatures);
Last = First;
do {
MicroFeatures =
push (MicroFeatures, NewFeature);
}
Last = Current;
}
while (Last != First);
return (MicroFeatures);
}
Variable Documentation
double classify_max_slope = 2.414213562 |
"Slope above which lines are called vertical"
Definition at line 39 of file mfx.cpp.
double classify_min_slope = 0.414213562 |
Include Files and Type Defines —————————————————————————- ---------------------------------------------------------------------------- Variables —————————————————————————- "Slope below which lines are called horizontal"
Definition at line 37 of file mfx.cpp.