Lines Matching refs:tools

44 …inline bool impIsInside(const B3DPoint& rCandidate, double fPlaneOffset, tools::B3DOrientation ePl…  in impIsInside()
46 if(tools::B3DORIENTATION_X == ePlaneOrthogonal) in impIsInside()
50 else if(tools::B3DORIENTATION_Y == ePlaneOrthogonal) in impIsInside()
60 …Cut(const B3DPoint& rCurrent, const B3DPoint& rNext, double fPlaneOffset, tools::B3DOrientation eP… in impGetCut()
62 if(tools::B3DORIENTATION_X == ePlaneOrthogonal) in impGetCut()
66 else if(tools::B3DORIENTATION_Y == ePlaneOrthogonal) in impGetCut()
130 namespace tools namespace
359 …aRetval = clipPolygonOnOrthogonalPlane(rCandidate, tools::B3DORIENTATION_X, bInside, rRange.getMin… in clipPolygonOnRange()
366 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, bInside… in clipPolygonOnRange()
370 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Y, bInside, rRange.getMi… in clipPolygonOnRange()
378 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_X, !bInsid… in clipPolygonOnRange()
382 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_X, !bInside, rRange.getM… in clipPolygonOnRange()
390 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, !bInsid… in clipPolygonOnRange()
394 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Y, !bInside, rRange.getM… in clipPolygonOnRange()
461 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, bInside… in clipPolygonOnRange()
465 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Z, bInside, rRange.getMi… in clipPolygonOnRange()
473 …aRetval = clipPolygonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Z, !bInsid… in clipPolygonOnRange()
477 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Z, !bInside, rRange.getM… in clipPolygonOnRange()
513 …aRetval = clipPolygonOnOrthogonalPlane(aCandidate, tools::B3DORIENTATION_X, bClipPositive, 0.0, bS… in clipPolygonOnPlane()
552 …aRetval = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_X, bClipPositive, 0.0, b… in clipPolyPolygonOnPlane()