MCPcopy Create free account
hub / github.com/creatale/node-dv / angle

Function angle

deps/tesseract/ccstruct/points.h:249–251  ·  view source on GitHub ↗

find angle

Source from the content-addressed store, hash-verified

247
248 ///find angle
249 float angle() const {
250 return (float) atan2 (ycoord, xcoord);
251 }
252 // Returns the standard feature direction corresponding to this.
253 // See binary_angle_plus_pi below for a description of the direction.
254 uinT8 to_direction() const;

Callers 1

to_directionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected