models:: central cylindrical and in-progress Collignon

This commit is contained in:
Zeno Rogue
2019-09-12 22:50:13 +02:00
parent 9e79872780
commit 9d573ebd07
4 changed files with 32 additions and 2 deletions
+2
View File
@@ -609,6 +609,8 @@ const modelinfo mdinf[int(mdPolynomial)+1] = {
{X3("two-point hybrid"), mf::euc_boring | mf::twopoint},
{X3("geodesic"), 0},
{X3("Mollweide"), mf::euc_boring | mf::pseudoband | mf::equiarea },
{X3("central cylindrical"), mf::euc_boring | mf::band },
{X3("Collignon"), mf::pseudoband | mf::equiarea },
{X3(""), 0},
{X3("polynomial"), mf::conformal}
};