...
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user