|
Engauge Digitizer
2
|
Utility class to interpolate points spaced evenly along a piecewise defined curve with line segments between points. More...
#include <ExportOrdinalsStraight.h>
Public Member Functions | |
| ExportOrdinalsStraight () | |
| Single constructor. | |
| ExportValuesOrdinal | ordinalsAtIntervalsGraphWithoutTransformation (const Points &points, double pointsInterval) const |
| Compute ordinals, without any conversion to graph coordinates. | |
| ExportValuesOrdinal | ordinalsAtIntervalsGraphWithTransformation (const Points &points, const Transformation &transformation, double pointsInterval) const |
| Compute ordinals, converting screen coordinates to graph coordinates. | |
Utility class to interpolate points spaced evenly along a piecewise defined curve with line segments between points.
Definition at line 13 of file ExportOrdinalsStraight.h.
1.8.9.1