Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehadel authored Apr 3, 2024
1 parent a47d635 commit 1c96a11
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# 2D_transformations_demo
Shows 2x2 matrices use for simple 2D transformations (rotation, translation, scaling…)

See the comments in source for detailed explanations
See the comments in source for detailed explanations

On line demo
[On line demo](https://jehadel.github.io/2D_transformations_demo/)
(hit <space> to see commands description)

2x2 matrices have a lot of limitations :

- all transformations are origin centered
- they can’t provide basic transformations like translation
- can’t provide basic transformations like translation
- some transformations like scaling, etc. imply unwanted translations

That’s why 3x3 matrices are a better choice ! See this repository
That’s why 3x3 matrices are a better choice ! See this repository (soon...)

0 comments on commit 1c96a11

Please sign in to comment.