mac-comp127 / kilt-graphics

Graphics and UI library for learning software development principles in Java
https://mac-comp127.github.io/kilt-graphics/
2 stars 17 forks source link

Rotate and scale #17

Closed pcantrell closed 3 years ago

pcantrell commented 3 years ago

Adds the ability to rotate and scale graphics objects. Both transforms are relative to the object’s current center by default, but can also be fixed to a specific anchor point.

Run EpicyclesTest for a demonstration.

Fixes #3 and #16.