Lines Matching refs:B3DPolyPolygon

48 		B3DRange getRange(const B3DPolyPolygon& rCandidate)  in getRange()
62 …yLineDashing(const B3DPolyPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B3DPoly… in applyLineDashing()
72 B3DPolyPolygon aLineTarget, aGapTarget; in applyLineDashing()
98 B3DPolyPolygon createUnitCubePolyPolygon() in createUnitCubePolyPolygon()
100 static B3DPolyPolygon aRetval; in createUnitCubePolyPolygon()
145 B3DPolyPolygon createUnitCubeFillPolyPolygon() in createUnitCubeFillPolyPolygon()
147 static B3DPolyPolygon aRetval; in createUnitCubeFillPolyPolygon()
221 B3DPolyPolygon createCubePolyPolygonFromB3DRange( const B3DRange& rRange) in createCubePolyPolygonFromB3DRange()
223 B3DPolyPolygon aRetval; in createCubePolyPolygonFromB3DRange()
238 B3DPolyPolygon createCubeFillPolyPolygonFromB3DRange( const B3DRange& rRange) in createCubeFillPolyPolygonFromB3DRange()
240 B3DPolyPolygon aRetval; in createCubeFillPolyPolygonFromB3DRange()
263 B3DPolyPolygon createUnitSpherePolyPolygon( in createUnitSpherePolyPolygon()
268 B3DPolyPolygon aRetval; in createUnitSpherePolyPolygon()
342 B3DPolyPolygon createSpherePolyPolygonFromB3DRange( const B3DRange& rRange, in createSpherePolyPolygonFromB3DRange()
347B3DPolyPolygon aRetval(createUnitSpherePolyPolygon(nHorSeg, nVerSeg, fVerStart, fVerStop, fHorStar… in createSpherePolyPolygonFromB3DRange()
362 B3DPolyPolygon createUnitSphereFillPolyPolygon( in createUnitSphereFillPolyPolygon()
368 B3DPolyPolygon aRetval; in createUnitSphereFillPolyPolygon()
420 B3DPolyPolygon createSphereFillPolyPolygonFromB3DRange( const B3DRange& rRange, in createSphereFillPolyPolygonFromB3DRange()
426B3DPolyPolygon aRetval(createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, bNormals, fVerStart, fVer… in createSphereFillPolyPolygonFromB3DRange()
441B3DPolyPolygon applyDefaultNormalsSphere( const B3DPolyPolygon& rCandidate, const B3DPoint& rCente… in applyDefaultNormalsSphere()
443 B3DPolyPolygon aRetval; in applyDefaultNormalsSphere()
453 B3DPolyPolygon invertNormals( const B3DPolyPolygon& rCandidate) in invertNormals()
455 B3DPolyPolygon aRetval; in invertNormals()
465B3DPolyPolygon applyDefaultTextureCoordinatesParallel( const B3DPolyPolygon& rCandidate, const B3D… in applyDefaultTextureCoordinatesParallel()
467 B3DPolyPolygon aRetval; in applyDefaultTextureCoordinatesParallel()
477B3DPolyPolygon applyDefaultTextureCoordinatesSphere( const B3DPolyPolygon& rCandidate, const B3DPo… in applyDefaultTextureCoordinatesSphere()
479 B3DPolyPolygon aRetval; in applyDefaultTextureCoordinatesSphere()
489 bool isInside(const B3DPolyPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBorder) in isInside()
519 …bool equal(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB, const double& rfS… in equal()
537 bool equal(const B3DPolyPolygon& rCandidateA, const B3DPolyPolygon& rCandidateB) in equal()
545 B3DPolyPolygon UnoPolyPolygonShape3DToB3DPolyPolygon( in UnoPolyPolygonShape3DToB3DPolyPolygon()
549 B3DPolyPolygon aRetval; in UnoPolyPolygonShape3DToB3DPolyPolygon()
598 const B3DPolyPolygon& rPolyPolygonSource, in B3DPolyPolygonToUnoPolyPolygonShape3D()