Antiprism 0.19
|
Platonic and Archimedean polyhedra. More...
Typedefs | |
typedef void(* | model_func )(geom_if &) |
A basic function type that makes a model. | |
Functions | |
void | normalised_face_list (geom_if &geom) |
Put face list into a normalised form. |
Platonic and Archimedean polyhedra.
void normalised_face_list | ( | geom_if & | geom | ) |
Put face list into a normalised form.
Sometimes a model is created and the face list may not be consistent between machines, perhaps for numeric reasons. This function puts the list in a consistent form.
geom | the geometry whose faces list will be put into the normalized form |