34 #include "../api_core.h"
57 static float point_right_of_line(
float x,
float y,
float *line );
69 static float point_right_of_line(
float x,
float y,
float line_x1,
float line_y1,
float line_x2,
float line_y2 );
101 static float closest_point_relative(
const Pointf &P,
const Pointf &A,
const Pointf &B );
2D (x,y) point structure - Float
Definition: point.h:73
Math operations on 2D lines.
Definition: line_math.h:45