Lines Matching defs:rCandidate

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()
551 B3DPolygon applyDefaultNormalsSphere( const B3DPolygon& rCandidate, const B3DPoint& rCenter) in applyDefaultNormalsSphere()
565 B3DPolygon invertNormals( const B3DPolygon& rCandidate) in invertNormals()
580 …B3DPolygon applyDefaultTextureCoordinatesParallel( const B3DPolygon& rCandidate, const B3DRange& r… in applyDefaultTextureCoordinatesParallel()
630 …B3DPolygon applyDefaultTextureCoordinatesSphere( const B3DPolygon& rCandidate, const B3DPoint& rCe… 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()
1035 …bool isPointOnLine(const B3DPoint& rStart, const B3DPoint& rEnd, const B3DPoint& rCandidate, bool … in isPointOnLine()
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()
1197 B3DPolygon snapPointsOfHorizontalOrVerticalEdges(const B3DPolygon& rCandidate) in snapPointsOfHorizontalOrVerticalEdges()