7#ifndef GUIDELINE_PROJECTOR_CONSTANT_R_H
8#define GUIDELINE_PROJECTOR_CONSTANT_R_H
const int INNER_RADIUS_MIN
Parameters that define an ellipse about the specified center, at the specified angle from alignment w...
Base class for Guideline projectors.
Project a point along the tangential direction in graph coordinates to produce a curve along the cons...
GuidelineProjectorConstantR()
Single constructor.
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.
~GuidelineProjectorConstantR()