Home
last modified time | relevance | path

Searched defs:torus_config (Results 1 – 1 of 1) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Deuclid.cpp82 struct torus_config { struct
84 intmatrix user_axes;
86 int twisted;
88 torus_config() {} in torus_config() function
89 torus_config(intmatrix user_axes, int twisted) : user_axes(user_axes), twisted(twisted) {} in torus_config() argument