/linear-transformations

Demonstration of how to manipulate a shape using linear transformations

Primary LanguageJavaScript

Linear Transformations

try it: (https://brurez.github.io/linear-transformations/index.html)

This piece of code shows how to transform shapes using the concept of linear transformation and matrices.

demonstration

How to execute

  • Open the file index.html in your favorite browser; OR
  • Execute yarn install then yarn start.