by Eduardo Virueña Silva
These files contain descriptions of the 6 four dimensioal convex regular polytopes. The format is rather simple:
// name of the polytope
//VERTICES
NumberOfVertices
Line k contains the co-ordinates of vertex k.
//EDGES
NumberOfVertices NumberOfEdges
Line k contains a list of the vertices that form an edge with vertex k.
//FACES
NumberOfFaces NumberOfEdgesPerFace
Line k contains a list of the vertices that form the face k.
Both orientations of face are listed.
//CELLS
NumberOfCells NumberOfFacesPerCell
Line k contains a list of the faces that form cell k.
5-cells e-mail: