mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 22:05:06 +00:00
one more fixup to bitrunc fake
This commit is contained in:
parent
e790ffbddd
commit
83205b042b
@ -705,13 +705,12 @@ void geometry_information::prepare_basics() {
|
|||||||
auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, 2*M_PI/S7) * xpush0(c7)));
|
auto i7 = hdist0(mid(xpush0(c7), cspin(0, 1, 2*M_PI/S7) * xpush0(c7)));
|
||||||
auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, 2*M_PI/S6) * xpush0(c6)));
|
auto i6 = hdist0(mid(xpush0(c6), cspin(0, 1, 2*M_PI/S6) * xpush0(c6)));
|
||||||
|
|
||||||
tessf = tessf; // undefined
|
// note: tessf and hcrossf remain undefined
|
||||||
crossf = i7 + i6;
|
crossf = i7 + i6;
|
||||||
hexf = c7;
|
hexf = c7;
|
||||||
hcrossf = hcrossf; // undefined: distance from heptagon center to big heptagon vertex
|
|
||||||
hexhexdist = i6 + i6;
|
hexhexdist = i6 + i6;
|
||||||
hexvdist = c6;
|
hexvdist = c6;
|
||||||
rhexf = c6;
|
rhexf = c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBB(DF_GEOM | DF_POLY,
|
DEBB(DF_GEOM | DF_POLY,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user