1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-21 09:01:23 +00:00

product:: 'flat' wall faces

This commit is contained in:
Zeno Rogue
2019-08-18 19:28:54 +02:00
parent 43a3d0130e
commit e02290ec98
3 changed files with 28 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ vector<hyperpoint> geometry_information::get_shape(hpcshape sh) {
return res;
}
hyperpoint normalize_flat(hyperpoint h) {
EX hyperpoint normalize_flat(hyperpoint h) {
if(prod) return product_decompose(h).second;
return normalize(h);
}