mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 04:37:10 +00:00
the main (heptagon) cellshape now also uses subcellshape; removed dirdist and get_vertices and introduced get_cellshape instead
This commit is contained in:
@@ -734,12 +734,6 @@ EX hyperpoint get_warp_corner(cell *c, int cid) {
|
||||
return ddspin(c,cid,M_PI/S7) * xpush0(cgi.tessf/2);
|
||||
}
|
||||
|
||||
vector<hyperpoint> hrmap::get_vertices(cell* c) {
|
||||
vector<hyperpoint> res;
|
||||
for(int i=0; i<c->type; i++) res.push_back(get_corner_position(c, i, 3));
|
||||
return res;
|
||||
}
|
||||
|
||||
EX map<cell*, map<cell*, vector<transmatrix>>> brm_structure;
|
||||
|
||||
EX void generate_brm(cell *c1) {
|
||||
|
||||
Reference in New Issue
Block a user