diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-08-30 18:35:23 +0200 |
| commit | 5e3b4b6c21d33b28e60ce976479339f72d544a6c (patch) | |
| tree | 0e5a101d4944e7dd5a99606344b6a6807a9a5606 /src/speedcubing/coordinates/coordinates.md | |
| parent | d3f0841cfdd229ff16b8a230117737a435fc7a56 (diff) | |
| download | sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.tar.gz sebastiano.tronto.net-5e3b4b6c21d33b28e60ce976479339f72d544a6c.zip | |
Switch from stagit to cgit
Diffstat (limited to 'src/speedcubing/coordinates/coordinates.md')
| -rw-r--r-- | src/speedcubing/coordinates/coordinates.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/speedcubing/coordinates/coordinates.md b/src/speedcubing/coordinates/coordinates.md index e1e6785..3d1687c 100644 --- a/src/speedcubing/coordinates/coordinates.md +++ b/src/speedcubing/coordinates/coordinates.md | |||
| @@ -46,12 +46,10 @@ To work with cube coordinates, we need to implement the following: | |||
| 46 | can be applied. | 46 | can be applied. |
| 47 | 47 | ||
| 48 | For the implementation, see | 48 | For the implementation, see |
| 49 | [coord.c](https://git.tronto.net/nissy-nx/file/src/coord.c.html) | 49 | [coord.c](https://git.tronto.net/nissy-nx/tree/src/coord.c) |
| 50 | and | 50 | and |
| 51 | [coord.h](https://git.tronto.net/nissy-nx/file/src/coord.h.html), | 51 | [coord.h](https://git.tronto.net/nissy-nx/tree/src/coord.h), |
| 52 | as well as the definition of | 52 | as well as the definition of coordinate in cubetypes.h. |
| 53 | [coordinate](https://git.tronto.net/nissy-nx/file/src/cubetypes.h.html#l181) | ||
| 54 | in cubetypes.h. | ||
| 55 | 53 | ||
| 56 | ## Coordinate types | 54 | ## Coordinate types |
| 57 | 55 | ||
| @@ -252,7 +250,7 @@ the outermost loop above: | |||
| 252 | ``` | 250 | ``` |
| 253 | 251 | ||
| 254 | The code for this can be found in | 252 | The code for this can be found in |
| 255 | [pruning.c](https://git.tronto.net/nissy-nx/file/src/pruning.c.html). | 253 | [pruning.c](https://git.tronto.net/nissy-nx/tree/src/pruning.c). |
| 256 | The use of pthread made it more complicated, so it can be hard to follow | 254 | The use of pthread made it more complicated, so it can be hard to follow |
| 257 | without reading this page first. | 255 | without reading this page first. |
| 258 | 256 | ||
| @@ -272,7 +270,7 @@ instead of a full representation of the cube is computing the | |||
| 272 | inverse. While it is possible to compute the inverse somewhat efficiently | 270 | inverse. While it is possible to compute the inverse somewhat efficiently |
| 273 | from a representation of the cube made of a smart selection of coordinate | 271 | from a representation of the cube made of a smart selection of coordinate |
| 274 | values, it is not necessarily efficient. | 272 | values, it is not necessarily efficient. |
| 275 | See [fst.c](https://git.tronto.net/nissy-nx/file/src/fst.c.html#l113) | 273 | See [fst.c](https://git.tronto.net/nissy-nx/tree/src/fst.c) |
| 276 | for an implementation. | 274 | for an implementation. |
| 277 | 275 | ||
| 278 | For these reasons, I am not using the coordinate approach described here | 276 | For these reasons, I am not using the coordinate approach described here |
