You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correcting semantic usage of overloaded CloudLocation::operator
When using the - operator with a location one would typically expect the result being a new location which coordinates are calculated by LocNew.lat = Loc.lat - otherLoc.lat and LocNew.lon = Loc.lon - otherLoc.lon - and not a float value representing the euclidean distance.
0 commit comments