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
Values::LocalCoordinates(v) produces v - this, which is the negative of what's used everywhere else. On the geo types and cam types, and Values.local_coordinates in Python, it returns this - v
The text was updated successfully, but these errors were encountered:
As far as which is correct, I think the convention everything else uses is more intuitive, plus it's much less of a breakage to change Values::LocalCoordinates than everything else.
Above all else though, they should all be consistent (all of the instance methods, at least)
#395 (comment)
Values::LocalCoordinates(v)
producesv - this
, which is the negative of what's used everywhere else. On the geo types and cam types, andValues.local_coordinates
in Python, it returnsthis - v
The text was updated successfully, but these errors were encountered: