Updated Inverse.md (markdown)
commited
commit
a337b32da1efe923397109d8f284fa300bc2019a
... | ... | @@ -1,14 +1,17 @@ |
1 | If the input rotates 45 degrees around X then the output will rotate -45 degrees. |
|
1 | Inverses a rotation value similarly on how [[negate]] works. |
|
2 | 2 | |
3 | 3 | [[/uploads/Inverse.png]] |
4 | 4 | |
5 | 5 | Inputs: |
6 | Normal Rotation |
|
6 | Rot : Rotation value |
|
7 | 7 | |
8 | 8 | Outputs: |
9 |
Inverse Rotation |
|
9 |
Rot Inverse : the inversed rotation |
|
10 | 10 | |
11 | Example: |
|
12 | 11 | [[uploads/IMG_20210106_144937.png]] |
13 | 12 | |
14 | _Inverts the rotation of 3,9,5._ |
|
... | ... | \ No newline at end of file |
0 | _Inverts the rotation of 3,9,5._ |
|
1 | ||
2 | ## Notes |
|
3 | ||
4 | Due to some ***mathematical*** issues the rotation value seems to be innacurate but don't worry it's just normal and it doesn't affect any things about the rotation. |
|
... | ... | \ No newline at end of file |