Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change YIncreasesUpwards Name/Definition #89

Open
Chris3606 opened this issue Oct 18, 2022 · 0 comments
Open

Change YIncreasesUpwards Name/Definition #89

Chris3606 opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Chris3606
Copy link
Contributor

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:

public enum OriginLocation {TopLeft, BottomLeft};

public class Direction {
    public static OriginLocation Origin;
}

This would make the name less confusing and better reflect what it does.

@Chris3606 Chris3606 added the enhancement New feature or request label Oct 18, 2022
@Chris3606 Chris3606 added this to the 2.0 milestone Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant