diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:49:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:49:47 +0200 |
| commit | 3135b159bb08bc5bf3e39e0c3ab865935447cc16 (patch) | |
| tree | f251ff5728a9287d0d74baa4344fc68e8d7aa172 /doc | |
| parent | 717595e6e88a72e22744e532f45c9dbbe332148f (diff) | |
| download | nissy-core-3135b159bb08bc5bf3e39e0c3ab865935447cc16.tar.gz nissy-core-3135b159bb08bc5bf3e39e0c3ab865935447cc16.zip | |
Add transformations.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/transformations.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/transformations.md b/doc/transformations.md new file mode 100644 index 0000000..a180ce6 --- /dev/null +++ b/doc/transformations.md | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | Transformations can be either simple rotations or a rotation composed | ||
| 2 | with a mirroring. A composed rotation + mirror is obtained by applying | ||
| 3 | the corresponding rotation to the solved cube mirrored along the M plane. | ||
| 4 | |||
| 5 | For example, to apply the transformation RBm (mirrored RB) to a cube C: | ||
| 6 | 1. Apply a mirror along the M plane to the solved cube | ||
| 7 | 2. Rotate the mirrored cube with z' y2 | ||
| 8 | 3. Apply the cube C to the transformed solved cube | ||
| 9 | 4. Apply the transformations of step 1a and 1b in reverse | ||
