tesseract
5.0.0-alpha-619-ge9db
|
Go to the source code of this file.
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
float | DistanceBetween (FPOINT A, FPOINT B) |
float | NormalizedAngleFrom (FPOINT *Point1, FPOINT *Point2, float FullScale) |
#define _USE_MATH_DEFINES |
Definition at line 19 of file fpoint.cpp.
Definition at line 28 of file fpoint.cpp.
Return the angle from Point1 to Point2 normalized to lie in the range 0 to FullScale (where FullScale corresponds to 2*pi or 360 degrees).
Point1 | points to compute angle between |
Point2 | points to compute angle between |
FullScale | value to associate with 2*pi |
Definition at line 43 of file fpoint.cpp.