Go to the documentation of this file.
36 #include "../api_core.h"
56 static float point_right_of_line(
float x,
float y,
float *line );
68 static float point_right_of_line(
float x,
float y,
float line_x1,
float line_y1,
float line_x2,
float line_y2 );