mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
reverted final_coords for now
This commit is contained in:
parent
2aafe6829c
commit
e8c03acf07
8
reg3.cpp
8
reg3.cpp
@ -13,7 +13,13 @@
|
||||
namespace hr {
|
||||
|
||||
EX hyperpoint final_coords(hyperpoint h) {
|
||||
return cgi.emb->logical_to_base(h);
|
||||
if(sn::in() || !bt::in())
|
||||
return ultra_normalize(h);
|
||||
#if CAP_BT
|
||||
if(bt::in() && !mproduct)
|
||||
return bt::bt_to_minkowski(h);
|
||||
#endif
|
||||
return h;
|
||||
}
|
||||
|
||||
void subcellshape::compute_common() {
|
||||
|
Loading…
Reference in New Issue
Block a user