Engauge Digitizer 2
|
#include "DocumentModelGuideline.h"
#include <QObject>
#include <QPointF>
#include "Transformation.h"
Go to the source code of this file.
Classes | |
class | CentipedeSegmentAbstract |
Line segment along one of the two coordinate directions (X/T or Y/R). More... |
Enumerations | |
enum | IntersectionType { INTERSECTION_LOW , INTERSECTION_CENTER , INTERSECTION_HIGH } |
Intersect with one of the following XT or YT coordinates for constant YR or XT respectively. More... |
enum IntersectionType |
Intersect with one of the following XT or YT coordinates for constant YR or XT respectively.
Definition at line 18 of file CentipedeSegmentAbstract.h.