fix: 小问题

This commit is contained in:
Glz
2024-01-08 20:23:37 +08:00
parent d4d9e5638f
commit 003b19f77f

View File

@@ -111,7 +111,7 @@ void MidLineTrack() {
//考虑近点
near_angle = -atanf(PIXPERMETER * 2 * 0.2 * dx_near / dn_near / dn_near) / PI * 180 ;
//考虑远点
``` pure_angle = -atanf(PIXPERMETER * 2 * 0.2 * dx/ dn / dn) / PI * 180 ;
pure_angle = -atanf(PIXPERMETER * 2 * 0.2 * dx/ dn / dn) / PI * 180 ;