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

added kz to some debug printouts

This commit is contained in:
Zeno Rogue
2022-08-05 19:21:47 +02:00
parent ed4c715a5e
commit 7787f26bc2
3 changed files with 7 additions and 7 deletions

View File

@@ -285,9 +285,9 @@ EX portal_data make_portal(cellwalker cw, int spin) {
println(hlog, "deep ", x, " = ", hdist(res(x*.1,0,0), res(x*.1,0,0.001)));
}
hyperpoint a = hyperpoint(.4, .2, .1, 1);
println(hlog, "a = ", a);
println(hlog, "b = ", id.from_poco(a));
println(hlog, "c = ", id.to_poco(id.from_poco(a)));
println(hlog, "a = ", kz(a));
println(hlog, "b = ", kz(id.from_poco(a)));
println(hlog, "c = ", kz(id.to_poco(id.from_poco(a))));
}
if(debug_portal & 1) {