| 151 | } |
| 152 | |
| 153 | Vector3D Transform::mapSceneLengthToLogical(QPointF errorSpan, const DatapickerImage::ReferencePoints& axisPoints) { |
| 154 | return mapSceneToLogical(errorSpan, axisPoints) - mapSceneToLogical(QPointF(0, 0), axisPoints); |
| 155 | } |
| 156 | |
| 157 | Vector3D Transform::mapCartesianToType(QPointF point, const DatapickerImage::ReferencePoints& axisPoints) const { |
| 158 | switch (axisPoints.type) { |