|
QCAD
Open Source 2D CAD
|
This is the complete list of members for RTriangle, including all inherited members.
| Arc enum value | RShape | |
| castToExplodable(const RShape *shape) | RShape | static |
| Circle enum value | RShape | |
| clone() const | RTriangle | inlinevirtual |
| cloneToTriangle() const | RTriangle | inline |
| corner | RTriangle | |
| createArrow(const RVector &position, double direction, double size) | RTriangle | static |
| dump() const | RShape | |
| Ellipse enum value | RShape | |
| ellipse2tr(double x, double y, double AA, double BB, double CC, double DD, double EE, double FF) | RShape | privatestatic |
| ellipseToArcCircleEllipse(const REllipse &ellipse) | RShape | static |
| epsTolerance | RShape | privatestatic |
| equals(const RShape &other, double tolerance=RS::PointTolerance) const | RShape | virtual |
| errorCode | RShape | protectedstatic |
| filterOnShape(const QList< RVector > &pointList, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| flipHorizontal() | RTriangle | inlinevirtual |
| flipVertical() | RTriangle | inlinevirtual |
| getAngleAt(double distance, RS::From from=RS::FromStart) const | RShape | inlinevirtual |
| getAngleAtPercent(double p) const | RShape | virtual |
| getAngleAtPoint(const RVector &pos) const | RShape | inlinevirtual |
| getArcReferencePoints() const | RShape | inlinevirtual |
| getArea() const | RTriangle | |
| getBoolProperties() const | RShape | inlinevirtual |
| getBoundingBox() const | RTriangle | virtual |
| getCenterPoints() const | RTriangle | virtual |
| getClosestPointOnShape(const RVector &p, bool limited=true, double strictRange=RMAXDOUBLE) const | RShape | virtual |
| getCorner(int i) const | RTriangle | |
| getD() const | RTriangle | |
| getDirection1() const | RShape | inlinevirtual |
| getDirection2() const | RShape | inlinevirtual |
| getDistanceFromStart(const RVector &p) const | RShape | inlinevirtual |
| getDistancesFromStart(const RVector &p) const | RShape | inlinevirtual |
| getDistanceTo(const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const | RTriangle | virtual |
| getDoubleProperties() const | RShape | inlinevirtual |
| getEndPoint() const | RShape | inlinevirtual |
| getEndPoints() const | RTriangle | virtual |
| getErrorCode() | RShape | inlinestatic |
| getExploded(int segments=RDEFAULT_MIN1) const | RTriangle | virtual |
| getIntersectionPoints(const RShape &other, bool limited=true, bool same=false, bool force=false) const | RShape | |
| getIntersectionPoints(const RShape &shape1, const RShape &shape2, bool limited=true, bool same=false, bool force=false) | RShape | static |
| getIntersectionPointsAA(const RArc &arc1, const RArc &arc2, bool limited=true) | RShape | static |
| getIntersectionPointsAC(const RArc &arc1, const RCircle &circle2, bool limited=true) | RShape | static |
| getIntersectionPointsAE(const RArc &arc1, const REllipse &ellipse2, bool limited=true) | RShape | static |
| getIntersectionPointsAS(const RArc &arc1, const RSpline &spline2, bool limited=true) | RShape | static |
| getIntersectionPointsAT(const RArc &arc1, const RTriangle &triangle2, bool limited=true) | RShape | static |
| getIntersectionPointsAX(const RArc &arc1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsCC(const RCircle &circle1, const RCircle &circle2) | RShape | static |
| getIntersectionPointsCE(const RCircle &circle1, const REllipse &ellipse2) | RShape | static |
| getIntersectionPointsCS(const RCircle &circle1, const RSpline &spline2, bool limited=true) | RShape | static |
| getIntersectionPointsCX(const RCircle &circle1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2) | RShape | static |
| getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2, bool limited) | RShape | static |
| getIntersectionPointsES(const REllipse &ellipse1, const RSpline &spline2, bool limited=true) | RShape | static |
| getIntersectionPointsEX(const REllipse &ellipse1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsLA(const RLine &line1, const RArc &arc2, bool limited=true) | RShape | inlinestatic |
| getIntersectionPointsLA(const RLine &line1, const RArc &arc2, bool limited1, bool limited2) | RShape | static |
| getIntersectionPointsLC(const RLine &line1, const RCircle &circle2, bool limited=true) | RShape | static |
| getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited=true) | RShape | inlinestatic |
| getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited1, bool limited2) | RShape | static |
| getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited=true) | RShape | inlinestatic |
| getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited1, bool limited2) | RShape | static |
| getIntersectionPointsLS(const RLine &line1, const RSpline &spline2, bool limited=true) | RShape | static |
| getIntersectionPointsLT(const RLine &line1, const RTriangle &triangle2, bool limited=true) | RShape | inlinestatic |
| getIntersectionPointsLT(const RLine &line1, const RTriangle &triangle2, bool limited1, bool limited2) | RShape | static |
| getIntersectionPointsLX(const RLine &line1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsSS(const RSpline &spline1, const RSpline &spline2, bool limited=true, bool same=false, double tolerance=RS::PointTolerance) | RShape | static |
| getIntersectionPointsSX(const RSpline &spline1, const RExplodable &explodable2, bool limited) | RShape | static |
| getIntersectionPointsXX(const RExplodable &explodable1, const RExplodable &explodable2, bool limited=true, bool same=false) | RShape | static |
| getIntProperties() const | RShape | inlinevirtual |
| getLength() const | RTriangle | virtual |
| getMaxDistanceTo(const QList< RVector > &points, bool limited=true, double strictRange=RMAXDOUBLE) const | RShape | virtual |
| getMiddlePoint() const | RShape | inlinevirtual |
| getMiddlePoints() const | RTriangle | virtual |
| getNormal() const | RTriangle | virtual |
| getOffsetArcs(const RShape &shape, double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | static |
| getOffsetLines(const RShape &shape, double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | static |
| getOffsetShapes(double distance, int number, RS::Side side, const RVector &position=RVector::invalid) | RShape | virtual |
| getOrderedShapes(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
| getOrientation() const | RTriangle | |
| getPointAtPercent(double p) const | RShape | virtual |
| getPointCloud(double segmentLength) const | RTriangle | virtual |
| getPointOnShape() const | RShape | virtual |
| getPointsWithDistanceToEnd(double distance, int from=RS::FromAny) const | RTriangle | virtual |
| getPointWithDistanceToEnd(double distance) const | RShape | inlinevirtual |
| getPointWithDistanceToStart(double distance) const | RShape | inlinevirtual |
| getPolyline() const | RTriangle | |
| getPolylines(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
| getReversedShapeList(const QList< QSharedPointer< RShape > > &shapes) | RShape | static |
| getSelfIntersectionPoints(double tolerance=RS::PointTolerance) const | RShape | inlinevirtual |
| getShapeProxy() | RShape | inlinestatic |
| getShapeType() const | RTriangle | inlinevirtual |
| getSideOfPoint(const RVector &point) const | RShape | inlinevirtual |
| getStartPoint() const | RShape | inlinevirtual |
| getTransformed(const QTransform &transform) const | RTriangle | inlinevirtual |
| getTrimEnd(const RVector &trimPoint, const RVector &clickPoint) | RShape | inlinevirtual |
| getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
| getVectorProperties() const | RTriangle | virtual |
| getVectorTo(const RVector &point, bool limited=true, double strictRange=RMAXDOUBLE) const | RTriangle | virtual |
| hasProxy() | RShape | inlinestatic |
| intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
| isArcShape(const RShape &s) | RShape | inlinestatic |
| isCircleShape(const RShape &s) | RShape | inlinestatic |
| isDirected() const | RShape | inlinevirtual |
| isEllipseShape(const RShape &s) | RShape | inlinestatic |
| isFullEllipseShape(const RShape &s) | RShape | static |
| isInterpolated() const | RShape | inlinevirtual |
| isLineShape(const RShape &s) | RShape | inlinestatic |
| isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| isPointInQuadrant(const RVector &p) const | RTriangle | |
| isPointInTriangle(const RVector &p, bool treatAsQuadrant=false) const | RTriangle | |
| isPointShape(const RShape &s) | RShape | inlinestatic |
| isPolylineShape(const RShape &s) | RShape | inlinestatic |
| isRayShape(const RShape &s) | RShape | inlinestatic |
| isSplineShape(const RShape &s) | RShape | inlinestatic |
| isTriangleShape(const RShape &s) | RShape | inlinestatic |
| isValid() const | RShape | inlinevirtual |
| isXLineShape(const RShape &s) | RShape | inlinestatic |
| Line enum value | RShape | |
| mirror(const RLine &axis) | RTriangle | inlinevirtual |
| move(const RVector &offset) | RTriangle | inlinevirtual |
| order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
| Point enum value | RShape | |
| Polyline enum value | RShape | |
| print(QDebug dbg) const | RTriangle | protectedvirtual |
| Ray enum value | RShape | |
| rayToLine(QSharedPointer< RShape > shape) | RShape | static |
| reverse() | RTriangle | virtual |
| rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR) | RTriangle | inlinevirtual |
| roundCorners(const QList< QSharedPointer< RShape > > &shapes, double radius) | RShape | static |
| roundShapes(const QSharedPointer< RShape > shape1, const RVector &clickPos1, const QSharedPointer< RShape > shape2, const RVector &clickPos2, bool trim, bool samePolyline, double radius, const RVector &pos) | RShape | static |
| RShape() | RShape | |
| RTriangle() | RTriangle | |
| RTriangle(const RVector &p1, const RVector &p2, const RVector &p3) | RTriangle | |
| scale(const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RTriangle | inlinevirtual |
| RShape::scale(double scaleFactor, const RVector ¢er=RVector()) | RShape | virtual |
| scaleArc(const RShape &shape, const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RShape | inlinestatic |
| setCorner(int i, const RVector &p) | RTriangle | |
| setCorners(const RVector &c1, const RVector &c2, const RVector &c3) | RTriangle | |
| setShapeProxy(RShapeProxy *p) | RShape | inlinestatic |
| setZ(double z) | RTriangle | virtual |
| shapeProxy | RShape | privatestatic |
| Spline enum value | RShape | |
| splitAt(const QList< RVector > &points) const | RShape | virtual |
| stretch(const RBox &area, const RVector &offset) | RShape | virtual |
| stretch(const RPolyline &area, const RVector &offset) | RShape | virtual |
| to2D() | RShape | inlinevirtual |
| transformArc(const RShape &shape, RShapeTransformation &transformation) | RShape | static |
| Triangle enum value | RShape | |
| trim(const RShape &trimShape, const RVector &trimClickPos, const RShape &limitingShape, const RVector &limitingClickPos, bool trimBoth, bool samePolyline) | RShape | static |
| trimEndPoint(const RVector &trimPoint, const RVector &clickPoint=RVector::invalid, bool extend=false) | RShape | inlinevirtual |
| trimEndPoint(double trimDist) | RShape | inlinevirtual |
| trimStartPoint(const RVector &trimPoint, const RVector &clickPoint=RVector::invalid, bool extend=false) | RShape | inlinevirtual |
| trimStartPoint(double trimDist) | RShape | inlinevirtual |
| twopi | RShape | privatestatic |
| Type enum name | RShape | |
| Unknown enum value | RShape | |
| XLine enum value | RShape | |
| xLineToRay(QSharedPointer< RShape > shape) | RShape | static |
| ~RExplodable() | RExplodable | inlinevirtual |
| ~RShape() | RShape | virtual |
| ~RTriangle() | RTriangle | virtual |