remove a few whitespaces
commited
commit
863790d75ca0ae14d7744f12444570746d01f0b2
... | ... | @@ -2,13 +2,11 @@ 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 | Input: |
|
6 | - Rot: rotation value |
|
11 | 7 | |
8 | Output: |
|
9 | - Rot Inverse: the inverse of the rotation |
|
12 | 10 | |
13 | 11 | ## Details |
14 | 12 | The inverse of a rotation is the rotation that, when [[combined|Combine]] with the original rotation, equals the identity rotation (0, 0, 0). |