Home
last modified time | relevance | path

Searched refs:isPointOnLine (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygontools.hxx152 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint&…
H A Db2dpolygontools.hxx407 …BASEGFX_DLLPUBLIC bool isPointOnLine(const B2DPoint& rStart, const B2DPoint& rEnd, const B2DPoint&…
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx1035 …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 Db2dpolygontools.cxx2228 …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 37 milliseconds