Engauge Digitizer 2
|
#include <QPointF>
#include <QVector>
Go to the source code of this file.
Typedefs | |
typedef QList< QPointF > | FittingPointsConvenient |
Array of (x,y) points in graph coordinates. |
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.