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


Public Member Functions | |
| GuidelineProjectorConstantT () | |
| Single constructor. | |
| ~GuidelineProjectorConstantT () | |
| QLineF | fromCoordinateT (const Transformation &transformation, const QRectF &sceneRect, double tGraph) |
| Return line through theta in graph coordinates. | |
| QLineF | 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 radial direction in graph coordinates to produce a curve along the constant-theta direction, passing through a specified point.
Definition at line 20 of file GuidelineProjectorConstantT.h.
| GuidelineProjectorConstantT::GuidelineProjectorConstantT | ( | ) |
| GuidelineProjectorConstantT::~GuidelineProjectorConstantT | ( | ) |
Definition at line 18 of file GuidelineProjectorConstantT.cpp.
| QLineF GuidelineProjectorConstantT::fromCoordinateT | ( | const Transformation & | transformation, |
| const QRectF & | sceneRect, | ||
| double | tGraph ) |
Return line through theta in graph coordinates.
Definition at line 22 of file GuidelineProjectorConstantT.cpp.
| QLineF GuidelineProjectorConstantT::fromPosScreen | ( | const Transformation & | transformation, |
| const QRectF & | sceneRect, | ||
| const QPointF & | posScreen ) |
Return line through point in screen coordinates.
Definition at line 110 of file GuidelineProjectorConstantT.cpp.