1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-09 22:06:01 +00:00

moved underlying space drawer from rots to hybrid, and renamed the rest of rots:: to twist::

This commit is contained in:
Zeno Rogue
2024-06-16 18:12:52 +02:00
parent 57759e95bc
commit 3d9c4c838e
10 changed files with 100 additions and 100 deletions

View File

@@ -1648,7 +1648,7 @@ EX hyperpoint direct_exp(hyperpoint v) {
#endif
#if MAXMDIM >= 4
if(nil) return nilv::formula_exp(v);
if(sl2 || stretch::in()) return stretch::mstretch ? nisot::numerical_exp(v) : rots::formula_exp(v);
if(sl2 || stretch::in()) return stretch::mstretch ? nisot::numerical_exp(v) : twist::formula_exp(v);
#endif
if(gproduct) return product::direct_exp(v);
ld d = hypot_d(GDIM, v);