MCPcopy Create free account
hub / github.com/KDE/labplot / mapSceneLengthToLogical

Method mapSceneLengthToLogical

src/backend/datapicker/Transform.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

updatePointMethod · 0.45

Calls 1

QPointFClass · 0.70

Tested by

no test coverage detected