This commit is contained in:
Timur A. Fatkhullin
2025-09-03 00:32:05 +03:00
parent fe6492e4fc
commit 36ffde80f5
4 changed files with 108 additions and 83 deletions

View File

@@ -439,8 +439,8 @@ public:
ret = _transformCoordinates(pt, &to_pt);
if (!ret) {
point->X = MccAngle(to_pt.X).normalize<MccAngle::NORM_KIND_0_360>();
point->Y = MccAngle(to_pt.Y).normalize<MccAngle::NORM_KIND_90_90>();
point->X = to_pt.X;
point->Y = to_pt.Y;
}
}