1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +00:00

sph_in_low function

This commit is contained in:
Zeno Rogue
2022-12-15 21:03:20 +01:00
parent a20ee8e716
commit 6473ff8b45
3 changed files with 6 additions and 2 deletions

View File

@@ -492,7 +492,7 @@ void geometry_information::make_skeletal(hpcshape& sh, ld push) {
hyperpoint yzspin(ld alpha, hyperpoint h) {
if(gproduct) return product::direct_exp(cspin(1, 2, alpha) * product::inverse_exp(h));
else if(embedded_plane && msphere && !sphere) {
else if(embedded_plane && geom3::sph_in_low()) {
h = gpushxto0(tile_center()) * h;
h = cspin(1, 2, alpha) * h;
h = rgpushxto0(tile_center()) * h;