Searched refs:isPointInTriangle (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/basegfx/inc/basegfx/polygon/ |
H A D | b2dpolygontools.hxx | 413 …bool isPointInTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint&…
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygontriangulator.cxx | 201 …if(tools::isPointInTriangle(pEdgeA->getStart(), pEdgeA->getEnd(), pEdgeB->getEnd(), rTestPoint, tr… in CheckPointInTriangle()
|
H A D | b2dpolygontools.cxx | 2293 …bool isPointInTriangle(const B2DPoint& rA, const B2DPoint& rB, const B2DPoint& rC, const B2DPoint&… in isPointInTriangle() function
|
Completed in 42 milliseconds