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

Is y axis inverted #38

Open
ClaudeSChretien opened this issue Jul 15, 2019 · 2 comments
Open

Is y axis inverted #38

ClaudeSChretien opened this issue Jul 15, 2019 · 2 comments

Comments

@ClaudeSChretien
Copy link

hi,
I tried to use the code and it worked well. I have plot the test_input.txt points on Excel and I wonder why it is upside down? Maybe because the y axis is inverted?

Thanks

@PDeveloper
Copy link

Positive "y" means down in most computer graphics environments. Excel might be treating it as up, as in normal graphs and what not.

@aaronfranke
Copy link
Contributor

PolyPartition uses a Y-is-down coordinate system (left-handed, rotation is clockwise), which is the standard for most 2D computer graphics programs. This is the same coordinate system used by the Godot game engine and most image editors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants