diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 12:49:20 +0200 |
| commit | 259c7326f78d5495f5dc51c619932599a5279f68 (patch) | |
| tree | a78e2b9d9624014dac5405c5e26266bf27321101 /utils/TRANSFORMATIONS.txt | |
| parent | 0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (diff) | |
| download | nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.tar.gz nissy-core-259c7326f78d5495f5dc51c619932599a5279f68.zip | |
Progess with transformation implementation
Diffstat (limited to 'utils/TRANSFORMATIONS.txt')
| -rw-r--r-- | utils/TRANSFORMATIONS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/TRANSFORMATIONS.txt b/utils/TRANSFORMATIONS.txt index 6ff6946..58446e8 100644 --- a/utils/TRANSFORMATIONS.txt +++ b/utils/TRANSFORMATIONS.txt | |||
| @@ -8,6 +8,12 @@ the rotation that brings the F face on top and the D face on front. | |||
| 8 | A composed rotation + mirror is obtained by applying the corresponding | 8 | A composed rotation + mirror is obtained by applying the corresponding |
| 9 | rotation to the solved cube mirrored along the M plane. | 9 | rotation to the solved cube mirrored along the M plane. |
| 10 | 10 | ||
| 11 | For example, to apply the transformation RBm (mirrored RB) to a cube C: | ||
| 12 | 1a. Apply a mirror along the M plane to the solved cube | ||
| 13 | 1b. Rotate the mirrored cube with z' y2 | ||
| 14 | 3. Apply the cube C to the transformed solved cube | ||
| 15 | 4. Apply the transformations of step 1a and 1b in reverse | ||
| 16 | |||
| 11 | The orientation of pieces after a rotation ignores the new position | 17 | The orientation of pieces after a rotation ignores the new position |
| 12 | of centers. A rotated cube can technically be inconsistent, because | 18 | of centers. A rotated cube can technically be inconsistent, because |
| 13 | the parity of the edge permutation has to be adjusted considering the | 19 | the parity of the edge permutation has to be adjusted considering the |
