Home
last modified time | relevance | path

Searched refs:fPlaneOffset (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx48 return fTools::moreOrEqual(rCandidate.getX(), fPlaneOffset); in impIsInside()
52 return fTools::moreOrEqual(rCandidate.getY(), fPlaneOffset); in impIsInside()
56 return fTools::moreOrEqual(rCandidate.getZ(), fPlaneOffset); in impIsInside()
64 return ((fPlaneOffset - rCurrent.getX())/(rNext.getX() - rCurrent.getX())); in impGetCut()
68 return ((fPlaneOffset - rCurrent.getY())/(rNext.getY() - rCurrent.getY())); in impGetCut()
72 return ((fPlaneOffset - rCurrent.getZ())/(rNext.getZ() - rCurrent.getZ())); in impGetCut()
201 bool bCurrentInside(impIsInside(aCurrent, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane()
216 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane()
233 const double fCut(impGetCut(aCurrent, aNext, fPlaneOffset, ePlaneOrthogonal)); in clipPolygonOnOrthogonalPlane()
262 const bool bNextInside(impIsInside(aNext, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane()
[all …]
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db3dpolygonclipper.hxx55 …Candidate, B3DOrientation ePlaneOrthogonal, bool bClipPositive, double fPlaneOffset, bool bStroke);
58 …Candidate, B3DOrientation ePlaneOrthogonal, bool bClipPositive, double fPlaneOffset, bool bStroke);

Completed in 16 milliseconds