mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-01 18:09:04 +00:00
split namespace conformal into models and history
This commit is contained in:
@@ -574,7 +574,7 @@ vector<geometryinfo> ginf = {
|
||||
|
||||
#define X3(x) x, x, x
|
||||
|
||||
const modelinfo models[int(mdPolynomial)+1] = {
|
||||
const modelinfo mdinf[int(mdPolynomial)+1] = {
|
||||
{"disk/Gans", "general perspective", "general perspective", mf::azimuthal | mf::conformal},
|
||||
{"half-plane", "inversion", "half-plane", mf::conformal},
|
||||
{"band", "band", "Mercator", mf::band | mf::conformal},
|
||||
|
||||
Reference in New Issue
Block a user