1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-09 18:23:00 +00:00

horocyclic coordinates model

This commit is contained in:
Zeno Rogue
2019-11-09 12:49:00 +01:00
parent 97c9673b30
commit 416ee95aac
4 changed files with 25 additions and 6 deletions

View File

@@ -633,6 +633,7 @@ vector<modelinfo> mdinf = {
{X3("Mollweide"), mf::euc_boring | mf::pseudoband | mf::equiarea },
{X3("central cylindrical"), mf::euc_boring | mf::band },
{X3("Collignon"), mf::pseudoband | mf::equiarea },
{X3("horocyclic coordinates"), mf::euc_boring },
{X3("guard"), 0},
{X3("polynomial"), mf::conformal}
};