mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +00:00
one fixe with lie_exp
This commit is contained in:
parent
601457ebc2
commit
82ce9914c5
@ -2850,7 +2850,7 @@ EX namespace nisot {
|
||||
EX transmatrix lie_transport(const transmatrix Position, const hyperpoint direction) {
|
||||
transmatrix pshift = eupush( tC0(Position) );
|
||||
transmatrix irot = iso_inverse(pshift) * Position;
|
||||
hyperpoint tH = lie_exp(irot * direction);
|
||||
hyperpoint tH = unshift(lie_exp(irot * direction));
|
||||
return pshift * eupush(tH) * irot;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user