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

Go to the source code of this file.

Typedefs

typedef QList< QPointF > FittingPointsConvenient
 Array of (x,y) points in graph coordinates.

Typedef Documentation

◆ FittingPointsConvenient

typedef QList<QPointF> FittingPointsConvenient

Array of (x,y) points in graph coordinates.

This array is more convenient that working with points in screen coordinates that must be transformed repeatedly into graph coordinates

Definition at line 15 of file FittingPointsConvenient.h.