mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-27 10:30:36 +00:00
debug removed in lie_exp
This commit is contained in:
parent
f5f6bdcf3b
commit
63032a42a2
@ -3126,7 +3126,6 @@ EX shiftpoint lie_exp(hyperpoint h1) {
|
|||||||
else if(sl2) {
|
else if(sl2) {
|
||||||
h[3] = 0;
|
h[3] = 0;
|
||||||
ld v = h[0] * h[0] + h[1] * h[1] - h[2] * h[2];
|
ld v = h[0] * h[0] + h[1] * h[1] - h[2] * h[2];
|
||||||
println(hlog, "v = ", v);
|
|
||||||
if(v < 0) {
|
if(v < 0) {
|
||||||
v = sqrt(-v);
|
v = sqrt(-v);
|
||||||
h *= sin(v) / v;
|
h *= sin(v) / v;
|
||||||
|
Loading…
Reference in New Issue
Block a user