Closed CunningGabe closed 1 year ago
Also add: Octahedron(), Tetrahedron(), etc.
Octahedron and Tetrahedron are now present. Punting the rest for now.
Partially done in a7a4071592db3f157fb63794fd7914d9085236bf. I still may add support for torus maps.
It would be a pain to detect the torus map notation and differentiate it from the zigzag notation. Since we already have ToroidalMap44 etc, I'm closing this.
Some examples:
RefMan("{4,6}4") RefMan("{4, 4 | 3}") RefMan("{3,6}{(1,2), (2,7)}")
These all have other methods that someone could input them, but it would be nice to make it really easy to work with common things.
We can start with some of the basics like those above, and then expand as we think of other common notations.