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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user