Another small utility class. The Tortoise class extends the Turtle class by adding support for transforms. A transform is a function that maps an input [x,y] coordinate to a transformed [x', y'] output coordinate.
#transform #tortoise
Log in to post a comment.
// Transforms. Created by Reinder Nijhoff 2019 - @reindernijhoff// The MIT License