mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 19:27:54 +00:00
all spherical Archimedean tilings are small
This commit is contained in:
@@ -433,6 +433,8 @@ void archimedean_tiling::compute_geometry() {
|
|||||||
if(gg.kind == gcEuclid) arr[gArchimedean].g = arr[gEuclid].g;
|
if(gg.kind == gcEuclid) arr[gArchimedean].g = arr[gEuclid].g;
|
||||||
if(gg.kind == gcHyperbolic) arr[gArchimedean].g = arr[gNormal].g;
|
if(gg.kind == gcHyperbolic) arr[gArchimedean].g = arr[gNormal].g;
|
||||||
set_flag(arr[gArchimedean].flags, qCLOSED, gg.kind == gcSphere);
|
set_flag(arr[gArchimedean].flags, qCLOSED, gg.kind == gcSphere);
|
||||||
|
// all spherical Archimedean tilings are small
|
||||||
|
set_flag(arr[gArchimedean].flags, qSMALL, gg.kind == gcSphere);
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBB(DF_GEOM, (hr::format("euclidean_angle_sum = %f\n", float(euclidean_angle_sum))));
|
DEBB(DF_GEOM, (hr::format("euclidean_angle_sum = %f\n", float(euclidean_angle_sum))));
|
||||||
|
Reference in New Issue
Block a user