diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 23:21:09 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2026-03-06 23:21:09 +0100 |
| commit | 7703c9efc6768d3a25eec4266594ab594cc91d4c (patch) | |
| tree | fde7579fab891ecd9117547bee69b4e4b74b9348 /src/profile.cpp | |
| parent | 05f0938a65c4f8c330791097680e1e094260bb60 (diff) | |
calibrated with fake Xconflicting_master
Diffstat (limited to 'src/profile.cpp')
| -rw-r--r-- | src/profile.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profile.cpp b/src/profile.cpp index 3ed11ba..101ecf3 100644 --- a/src/profile.cpp +++ b/src/profile.cpp @@ -86,7 +86,9 @@ Profile::Profile( continue; } - const auto x = (leftMmX * (1 - fract) + rightMmX * fract); + // const auto x = (leftMmX * (1 - fract) + rightMmX * fract); + // TODO: revert this debug shit + const auto x = static_cast<double>(i) - img_width / 2; m_pointsMm.at(i) = {x, z}; |
