mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-01 07:20:15 +00:00
binary_tiling_width parameter
This commit is contained in:
@@ -148,7 +148,7 @@ namespace binary {
|
||||
}
|
||||
|
||||
transmatrix parabolic(ld u) {
|
||||
u = u / log(2);
|
||||
u = u * vid.binary_width / log(2);
|
||||
return transmatrix {{{-u*u/8+1, u/2, u*u/8}, {-u/2, 1, u/2}, {-u*u/8, u/2, u*u/8+1}}};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user