polypartition icon indicating copy to clipboard operation
polypartition copied to clipboard

Is y axis inverted

Open ClaudeSChretien opened this issue 6 years ago • 2 comments

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

ClaudeSChretien avatar Jul 15 '19 05:07 ClaudeSChretien

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

PDeveloper avatar Nov 22 '19 12:11 PDeveloper

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.

aaronfranke avatar Jan 07 '21 03:01 aaronfranke