Расчет с выравниванием СДИ

This commit is contained in:
emelianov
2026-06-15 16:05:45 +03:00
parent 88fb380be4
commit f49709d544
8 changed files with 115 additions and 10 deletions
@@ -47,4 +47,7 @@ data class AngularMotionPointDTO(
val wdY: Double,
val wdZ: Double,
val sdi: Double,
val sdiLeft: Double?,
val sdiRight: Double?,
val sdiSpread: Double?,
)
@@ -117,6 +117,9 @@ class AngularMotionService(
wdY = point.wd.y,
wdZ = point.wd.z,
sdi = point.sdi,
sdiLeft = point.sdiLeft,
sdiRight = point.sdiRight,
sdiSpread = point.sdiSpread,
)
},
)