Lines Matching refs:B3DPolygon

45         void checkClosed(B3DPolygon& rCandidate)  in checkClosed()
57 sal_uInt32 getIndexOfPredecessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfPredecessor()
75 sal_uInt32 getIndexOfSuccessor(sal_uInt32 nIndex, const B3DPolygon& rCandidate) in getIndexOfSuccessor()
89 B3DRange getRange(const B3DPolygon& rCandidate) in getRange()
103 B3DVector getNormal(const B3DPolygon& rCandidate) in getNormal()
108 B3DVector getPositiveOrientedNormal(const B3DPolygon& rCandidate) in getPositiveOrientedNormal()
120 B2VectorOrientation getOrientation(const B3DPolygon& rCandidate) in getOrientation()
141 double getSignedArea(const B3DPolygon& rCandidate) in getSignedArea()
206 double getArea(const B3DPolygon& rCandidate) in getArea()
224 double getEdgeLength(const B3DPolygon& rCandidate, sal_uInt32 nIndex) in getEdgeLength()
245 double getLength(const B3DPolygon& rCandidate) in getLength()
267 B3DPoint getPositionAbsolute(const B3DPolygon& rCandidate, double fDistance, double fLength) in getPositionAbsolute()
366 B3DPoint getPositionRelative(const B3DPolygon& rCandidate, double fDistance, double fLength) in getPositionRelative()
379 …void applyLineDashing(const B3DPolygon& rCandidate, const ::std::vector<double>& rDotDashArray, B3… in applyLineDashing()
410 B3DPolygon aSnippet; in applyLineDashing()
500 const B3DPolygon aFirst(pLineTarget->getB3DPolygon(0)); in applyLineDashing()
501 B3DPolygon aLast(pLineTarget->getB3DPolygon(nCount - 1)); in applyLineDashing()
522 const B3DPolygon aFirst(pGapTarget->getB3DPolygon(0)); in applyLineDashing()
523 B3DPolygon aLast(pGapTarget->getB3DPolygon(nCount - 1)); in applyLineDashing()
551 B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter) in applyDefaultNormalsSphere()
553 B3DPolygon aRetval(rCandidate); in applyDefaultNormalsSphere()
565 B3DPolygon invertNormals( const B3DPolygon& rCandidate) in invertNormals()
567 B3DPolygon aRetval(rCandidate); in invertNormals()
580B3DPolygon applyDefaultTextureCoordinatesParallel( const B3DPolygon& rCandidate, const B3DRange& r… in applyDefaultTextureCoordinatesParallel()
582 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesParallel()
630B3DPolygon applyDefaultTextureCoordinatesSphere( const B3DPolygon& rCandidate, const B3DPoint& rCe… in applyDefaultTextureCoordinatesSphere()
632 B3DPolygon aRetval(rCandidate); in applyDefaultTextureCoordinatesSphere()
826 …bool isInEpsilonRange(const B3DPolygon& rCandidate, const B3DPoint& rTestPosition, double fDistanc… in isInEpsilonRange()
866 bool isInside(const B3DPolygon& rCandidate, const B3DPoint& rPoint, bool bWithBorder) in isInside()
1018 bool isInside(const B3DPolygon& rCandidate, const B3DPolygon& rPolygon, bool bWithBorder) in isInside()
1095 … bool isPointOnPolygon(const B3DPolygon& rCandidate, const B3DPoint& rPoint, bool bWithPoints) in isPointOnPolygon()
1144 …bool getCutBetweenLineAndPolygon(const B3DPolygon& rCandidate, const B3DPoint& rEdgeStart, const B… in getCutBetweenLineAndPolygon()
1166 …bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB, const double& rfSmallValu… in equal()
1189 bool equal(const B3DPolygon& rCandidateA, const B3DPolygon& rCandidateB) in equal()
1197 B3DPolygon snapPointsOfHorizontalOrVerticalEdges(const B3DPolygon& rCandidate) in snapPointsOfHorizontalOrVerticalEdges()
1205 B3DPolygon aRetval(rCandidate); in snapPointsOfHorizontalOrVerticalEdges()