Skip to content

Calculates the image of a shape from a pre-image with any number of vertices with the transformations translate, reflect, rotate, and dilate.

Notifications You must be signed in to change notification settings

lonaslee/Transformations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Transformations

Calculates the new coordinates of points of a shape with any number of verticies after the transformations translate, reflect, rotate, and dilate.

  • x and y coordinates of points have to be seperated by at least one space and/or comma
  • capitalization of T, r, R, and D matters
  • to stop entering points, simply leave the input blank
  • transformation equations are accepted, must be in format:
    • T(x, y)r(eq)R(x, y, a)D(x, y, s)
    • as with points, arguments must be seperated with at least one space and/or comma
    • transformation equations have no length limit, transformations are evaluated from left to right as is in math

About

Calculates the image of a shape from a pre-image with any number of vertices with the transformations translate, reflect, rotate, and dilate.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages