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
Currently, Direction offers a YIncreasesUpwards flag which effectively lets you set the coordinate origin to graphics-style origin (top left is (0, 0)), or cartesian coordinate plane origin (bottom-left is (0, 0)).
I propose changing this flag to be defined like this:
Currently, Direction offers a
YIncreasesUpwards
flag which effectively lets you set the coordinate origin to graphics-style origin (top left is (0, 0)), or cartesian coordinate plane origin (bottom-left is (0, 0)).I propose changing this flag to be defined like this:
This would make the name less confusing and better reflect what it does.
The text was updated successfully, but these errors were encountered: