Home | All Classes | Grouped Classes | Index | Search
Return the distance from a point to a line.
float distance_to_line( const CL_Pointf& point, float* line); float distance_to_line( float x, float y, float* line);
Parameters:
See also:
CL_LineMath | CL_Point | CL_Pointf