NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Update the default yAxisMode to be CARTESIAN #152

Closed pingskills closed 2 years ago

pingskills commented 2 years ago

The setCanvasSize() function will now have a default of CARTESIAN for the yAxisMode parameter. The purpose of this change is to make it easier for new programmers to learn the PyAngelo coordinate system since this matches the coordinate system they learn in mathematics.