Searched refs:isPointOnLine (Results 1 – 4 of 4) sorted by relevance
/trunk/main/basegfx/inc/basegfx/polygon/ |
H A D | b3dpolygontools.hxx | 152 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
|
H A D | b2dpolygontools.hxx | 407 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint&…
|
/trunk/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 52 milliseconds