|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for RCircle, including all inherited members.
| center | RCircle | |
| clone() const | RCircle | inlinevirtual |
| flipHorizontal() | RCircle | virtual |
| flipVertical() | RCircle | virtual |
| getArea() const | RCircle | |
| getBoundingBox() const | RCircle | virtual |
| getCenter() const | RCircle | |
| getCenterPoints() const | RCircle | virtual |
| getCircumference() const | RCircle | |
| getClosestPointOnShape(const RVector &p, bool limited=true) const | RShape | virtual |
| getDiameter() const | RCircle | |
| getDistanceTo(const RVector &point, bool limited=true) const | RShape | virtual |
| getEndPoints() const | RCircle | virtual |
| getIntersectionPoints(const RShape &other, bool limited=true, bool same=false) const | RShape | |
| getIntersectionPoints(const RShape &shape1, const RShape &shape2, bool limited=true, bool same=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 |
| 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 |
| getIntersectionPointsCX(const RCircle &circle1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsEE(const REllipse &ellipse1, const REllipse &ellipse2) | 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 | static |
| getIntersectionPointsLC(const RLine &line1, const RCircle &circle2, bool limited=true) | RShape | static |
| getIntersectionPointsLE(const RLine &line1, const REllipse &ellipse2, bool limited=true) | RShape | static |
| getIntersectionPointsLL(const RLine &line1, const RLine &line2, bool limited=true) | RShape | static |
| getIntersectionPointsLX(const RLine &line1, const RExplodable &explodable2, bool limited=true) | RShape | static |
| getIntersectionPointsXX(const RExplodable &explodable1, const RExplodable &explodable2, bool limited=true, bool same=false) | RShape | static |
| getLength() const | RCircle | virtual |
| getMiddlePoints() const | RCircle | virtual |
| getPointAtPercent(double p) const | RShape | virtual |
| getPointsWithDistanceToEnd(double distance, RS::From from=RS::FromAny) const | RCircle | virtual |
| getRadius() const | RCircle | |
| getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
| getVectorTo(const RVector &point, bool limited=true) const | RCircle | virtual |
| intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
| isInterpolated() const | RShape | inlinevirtual |
| isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| mirror(const RLine &axis) | RCircle | virtual |
| move(const RVector &offset) | RCircle | virtual |
| order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
| print(QDebug dbg) const | RShape | protectedvirtual |
| radius | RCircle | |
| RCircle() | RCircle | |
| RCircle(const RVector ¢er, const double radius) | RCircle | |
| rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR) | RCircle | virtual |
| RShape() | RShape | inline |
| scale(const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | RCircle | virtual |
| RShape::scale(double scaleFactor, const RVector ¢er=RVector()) | RShape | virtual |
| setArea(double a) | RCircle | |
| setCenter(const RVector &vector) | RCircle | |
| setCircumference(double c) | RCircle | |
| setDiameter(double d) | RCircle | |
| setRadius(double radius) | RCircle | |
| stretch(const RBox &area, const RVector &offset) | RShape | virtual |
| stretch(const RPolyline &area, const RVector &offset) | RShape | virtual |
| to2D() | RCircle | virtual |
| ~RCircle() | RCircle | virtual |
| ~RShape() | RShape | inlinevirtual |