|
Engauge Digitizer 2
|
Project a point along the tangential direction in graph coordinates to produce a curve along the constant-range direction, passing through a specified point. More...
#include <GuidelineProjectorConstantR.h>


Public Member Functions | |
| GuidelineProjectorConstantR () | |
| Single constructor. | |
| ~GuidelineProjectorConstantR () | |
| EllipseParameters | fromCoordinateR (const Transformation &transformation, const QRectF &sceneRect, double rGraph) |
| Return line through y in graph coordinates. | |
| EllipseParameters | fromPosScreen (const Transformation &transformation, const QRectF &sceneRect, const QPointF &posScreen) |
| Return line through point in screen coordinates. | |
| Public Member Functions inherited from GuidelineProjectorAbstract | |
| GuidelineProjectorAbstract () | |
| Single constructor. | |
| ~GuidelineProjectorAbstract () | |
Additional Inherited Members | |
| Protected Member Functions inherited from GuidelineProjectorAbstract | |
| void | calculateCorners (const Transformation &transformation, const QRectF &sceneRect, QPointF &posGraphBL, QPointF &posGraphTL, QPointF &posGraphTR, QPointF &posGraphBR) const |
| Conpute four corners of scene in graph coordinates. | |
| bool | isOutside (const QRectF &sceneRect, const QPointF &posScreen) const |
| Return true if point is outside of the scene. | |
Project a point along the tangential direction in graph coordinates to produce a curve along the constant-range direction, passing through a specified point.
Definition at line 21 of file GuidelineProjectorConstantR.h.
| GuidelineProjectorConstantR::GuidelineProjectorConstantR | ( | ) |
| GuidelineProjectorConstantR::~GuidelineProjectorConstantR | ( | ) |
Definition at line 21 of file GuidelineProjectorConstantR.cpp.
| EllipseParameters GuidelineProjectorConstantR::fromCoordinateR | ( | const Transformation & | transformation, |
| const QRectF & | sceneRect, | ||
| double | rGraph ) |
Return line through y in graph coordinates.
Definition at line 25 of file GuidelineProjectorConstantR.cpp.
| EllipseParameters GuidelineProjectorConstantR::fromPosScreen | ( | const Transformation & | transformation, |
| const QRectF & | sceneRect, | ||
| const QPointF & | posScreen ) |
Return line through point in screen coordinates.
Definition at line 70 of file GuidelineProjectorConstantR.cpp.