1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-19 03:19:43 +00:00

rogueviz::embeddings:: default values for graph_R and graph_T

This commit is contained in:
Zeno Rogue
2026-01-27 10:25:17 +01:00
parent 1a53efb2b5
commit 78147ecd31

View File

@@ -3,7 +3,7 @@ namespace rogueviz {
namespace embeddings {
double graph_R, graph_alpha, graph_T;
double graph_R = 30, graph_alpha, graph_T = 1, beta;
struct polar_point {
ld r, theta;