Searched refs:intersector_ccw (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dgeom.cpp98 intersector_ccw(const Geom::Point& p0, const Geom::Point& p1, function in namespace:Geom
136 return ((intersector_ccw(p00, p01, p10) * intersector_ccw(p00, p01, p11)) <= 0 );

Completed in 14 milliseconds