Flip vertical direction of Geometry Applet translation #46
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Joyce wrote the Geometry Applet in a coordinate system in which positive x extended to the right and positive y extended down. Initially, I left the coordinates alone in GeoGebra, which uses the usual mathematical coordinate system with y increasing upward. This reverses the handedness of the coordinate system, so I was also reversing counterclockwise/clockwise in all of the commands. I thought it wouldn't matter, just all the diagrams would be upside down. But then I hit the square construction -- it also screws up the absolute numbering of vertices when a square is constructed. So I need to fix the clockwise/counterclockwise directions of everything, which so far as I can see can only be done by flipping the y-axis to match the system Joyce originally used.
Ugh, scanning through all commands for those embedded handedness assumptions will be annoying. But I don't see a choice.