|
QCAD Application Framework
CAD Application Development and Automation.
|
This is the complete list of members for REllipse, including all inherited members.
| angleToParam(double a) const | REllipse | |
| center | REllipse | |
| clone() const | REllipse | inlinevirtual |
| correctMajorMinor() | REllipse | |
| createFromEquation(double a, double b, double c) | REllipse | static |
| createInscribed(const QList< RVector > &quad) | REllipse | static |
| endParam | REllipse | |
| flipHorizontal() | RShape | virtual |
| flipVertical() | RShape | virtual |
| getAngle() const | REllipse | |
| getAngleLength(bool allowForZeroLength=false) const | REllipse | |
| getBoundingBox() const | REllipse | virtual |
| getBoxCorners() | REllipse | |
| getCenter() const | REllipse | |
| getCenterPoints() const | REllipse | virtual |
| getClosestPointOnShape(const RVector &p, bool limited=true) const | RShape | virtual |
| getDirection1() const | REllipse | virtual |
| getDirection2() const | REllipse | virtual |
| getDistanceTo(const RVector &point, bool limited=true) const | RShape | virtual |
| getEndAngle() const | REllipse | |
| getEndParam() const | REllipse | |
| getEndPoint() const | REllipse | virtual |
| getEndPoints() const | REllipse | virtual |
| getFoci() const | REllipse | |
| 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 | REllipse | virtual |
| getMajorPoint() const | REllipse | |
| getMajorRadius() const | REllipse | |
| getMiddlePoints() const | REllipse | virtual |
| getMinorPoint() const | REllipse | |
| getMinorRadius() const | REllipse | |
| getParamTo(const RVector &pos) | REllipse | |
| getPointAt(double angle) | REllipse | |
| getPointAtPercent(double p) const | RShape | virtual |
| getPointsWithDistanceToEnd(double distance, RS::From from=RS::FromAny) const | REllipse | virtual |
| getRadiusAt(double angle) | REllipse | |
| getRatio() const | REllipse | |
| getSimpsonLength(double f1, double f2) const | REllipse | |
| getStartAngle() const | REllipse | |
| getStartParam() const | REllipse | |
| getStartPoint() const | REllipse | virtual |
| getSweep() const | REllipse | |
| getTangents(const RVector &point) const | REllipse | |
| getTrimEnd(const RVector &coord, const RVector &trimPoint) | REllipse | virtual |
| getVectorFromEndpointTo(const RVector &point) const | RShape | virtual |
| getVectorTo(const RVector &point, bool limited=true) const | REllipse | virtual |
| intersectsWith(const RShape &other, bool limited=true) const | RShape | virtual |
| isCircular() const | REllipse | |
| isFullEllipse() const | REllipse | |
| isInterpolated() const | RShape | inlinevirtual |
| isOnShape(const RVector &point, bool limited=true, double tolerance=RDEFAULT_TOLERANCE_1E_MIN4) const | RShape | virtual |
| isReversed() const | REllipse | |
| isValid() | REllipse | |
| majorPoint | REllipse | |
| mirror(const RLine &axis) | REllipse | virtual |
| move(const RVector &offset) | REllipse | virtual |
| moveEndPoint(const RVector &pos, bool changeAngleOnly=false) | REllipse | |
| moveStartPoint(const RVector &pos, bool changeAngleOnly=false) | REllipse | |
| order(QList< QList< QSharedPointer< RShape > > > &boundary) | RShape | static |
| print(QDebug dbg) const | REllipse | protectedvirtual |
| ratio | REllipse | |
| REllipse() | REllipse | |
| REllipse(const RVector ¢er, const RVector &majorPoint, double ratio, double startParam, double endParam, bool reversed) | REllipse | |
| reverse() | REllipse | virtual |
| reversed | REllipse | |
| rotate(double rotation, const RVector ¢er=RDEFAULT_RVECTOR) | REllipse | virtual |
| RShape() | RShape | inline |
| scale(const RVector &scaleFactors, const RVector ¢er=RDEFAULT_RVECTOR) | REllipse | virtual |
| RShape::scale(double scaleFactor, const RVector ¢er=RVector()) | RShape | virtual |
| setAngle(double a) | REllipse | |
| setCenter(const RVector &vector) | REllipse | |
| setEndAngle(double a) | REllipse | |
| setEndParam(double endParam) | REllipse | |
| setMajorPoint(const RVector &vector) | REllipse | |
| setMinorPoint(const RVector &p) | REllipse | |
| setRatio(double radius) | REllipse | |
| setReversed(bool reversed) | REllipse | |
| setStartAngle(double a) | REllipse | |
| setStartParam(double startParam) | REllipse | |
| startParam | REllipse | |
| stretch(const RBox &area, const RVector &offset) | RShape | virtual |
| stretch(const RPolyline &area, const RVector &offset) | RShape | virtual |
| switchMajorMinor() | REllipse | |
| to2D() | REllipse | virtual |
| trimEndPoint(const RVector &p) | REllipse | virtual |
| trimStartPoint(const RVector &p) | REllipse | virtual |
| ~RDirected() | RDirected | inlinevirtual |
| ~REllipse() | REllipse | virtual |
| ~RShape() | RShape | inlinevirtual |