Home | All Classes | Grouped Classes | Index | Search
Return true if the point is inside the triangle.
bool point_inside_triangle( const CL_Pointf& P, float* vertices, bool on_edge_is_outside); bool point_inside_triangle( float px, float py, float* vertices, bool on_edge_is_outside);
Parameters:
See also:
CL_Point | CL_Pointf | CL_TriangleMath