diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 19:59:45 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 19:59:45 +0100 |
| commit | 0c9a5d0e5c1702d07b24eeac181f78d1689c05cc (patch) | |
| tree | b07e7ade80e4d0c5163db49ccb7b542a500f28c8 /cube.h | |
| parent | 1964938ca6abef6e5c81d9dccdf42c55abacb5e9 (diff) | |
| download | nissy-core-0c9a5d0e5c1702d07b24eeac181f78d1689c05cc.tar.gz nissy-core-0c9a5d0e5c1702d07b24eeac181f78d1689c05cc.zip | |
Added coord_eo
Diffstat (limited to '')
| -rw-r--r-- | cube.h | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -31,3 +31,5 @@ cube_t move(cube_t, move_t); | |||
| 31 | cube_t inverse(cube_t); | 31 | cube_t inverse(cube_t); |
| 32 | cube_t compose(cube_t, cube_t); | 32 | cube_t compose(cube_t, cube_t); |
| 33 | cube_t transform(cube_t, trans_t); | 33 | cube_t transform(cube_t, trans_t); |
| 34 | |||
| 35 | int16_t coord_eo(cube_t); | ||
