Add translate and scale function #88
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Contact @lawruble13 (Liam Wrubleski) if you need help/guidance
Expose the the
translate()
and thescale()
functions from the ipycanvas library so that students can use it like regular functions. See Issue #86 for therotate()
function.ipycanvas docs for functions found here: https://ipycanvas.readthedocs.io/en/latest/transformations.html
Remember to create a Pull Request to merge your code from your branch into the
dev
branch and notify the Library team on SlackAC:
translate(x, y)
scale(x, y=none)
The text was updated successfully, but these errors were encountered: