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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user