get_sphere_loc function

This commit is contained in:
Zeno Rogue 2021-07-12 10:01:16 +02:00
parent 06ec86347c
commit 48bccdbd70
1 changed files with 4 additions and 0 deletions

View File

@ -1620,6 +1620,10 @@ EX namespace reg3 {
};
EX const transmatrix& get_sphere_loc(int v) {
return ((hrmap_sphere3*)currentmap)->locations[v];
}
struct hrmap_h3_rule : hrmap {
heptagon *origin;