tesseract
4.0.0-1-g2a2b
|
Go to the source code of this file.
Functions | |
float | DistanceBetween (FPOINT A, FPOINT B) |
float | NormalizedAngleFrom (FPOINT *Point1, FPOINT *Point2, float FullScale) |
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 44 of file fpoint.cpp.