Updated Inverse.md (markdown)
commited
commit
2d890da49c46c40bbd37762497706b9ba673782f
... | ... | @@ -2,6 +2,12 @@ Outputs the inverse of the input [[rotation]]. |
2 | 2 | |
3 | 3 | [[/uploads/Inverse.png]] |
4 | 4 | |
5 | Input : |
|
6 | - Rot : rotation value |
|
7 | ||
8 | Output : |
|
9 | - Rot Inverse : the inverse of the rotation |
|
10 | ||
5 | 11 | ## Details |
6 | 12 | The inverse of a rotation is the rotation that, when [[combined|Combine]] with the original rotation, equals the identity rotation (0, 0, 0). |
7 | 13 |