Searched refs:isPointOnLine (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygontools.hxx | 151 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool …
|
H A D | b2dpolygontools.hxx | 406 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool …
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b3dpolygontools.cxx | 1035 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool … in isPointOnLine() function 1108 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
|
H A D | b2dpolygontools.cxx | 2228 …bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint& rCandidate, bool … in isPointOnLine() function 2277 if(isPointOnLine(aCurrentPoint, aNextPoint, rPoint, bWithPoints)) in isPointOnPolygon()
|
Completed in 59 milliseconds