Engauge Digitizer 2
Loading...
Searching...
No Matches
CentipedeSegmentAbstract.h File Reference
#include "DocumentModelGuideline.h"
#include <QObject>
#include <QPointF>
#include "Transformation.h"
Include dependency graph for CentipedeSegmentAbstract.h:
This graph shows which files directly or indirectly include this file:

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...

Enumeration Type Documentation

◆ IntersectionType

Intersect with one of the following XT or YT coordinates for constant YR or XT respectively.

Enumerator
INTERSECTION_LOW 
INTERSECTION_CENTER 

Intersection along circle perimeter with lowest value of XT or YR.

INTERSECTION_HIGH 

Intersection of circle center with XT or YR.

Intersection along circle perimeter with highest value of XT or YR

Definition at line 18 of file CentipedeSegmentAbstract.h.

18 {
22};
@ INTERSECTION_HIGH
Intersection of circle center with XT or YR.
@ INTERSECTION_CENTER
Intersection along circle perimeter with lowest value of XT or YR.