miratope-rs
miratope-rs copied to clipboard
A tool for building and visualizing polytopes.
Added a Rust toolchain to set the version to 1.59 so people don't need to change the default rustup version
When the symmetry group propetry is used on certain polytopes, Miratope will return symmetry order 0 even though the minimum size of a symmetry group should be at least 1....
specifically, this is when a semiuniform face plane has a symmetry under which it is no longer isogonal, so you can get weird non-isogonal facetings of the semiuniform face used...
Polytopes with a dimension > rank can be created in Miratope using the duocomb operation, but these polytopes cannot be imported or exported as an OFF file. Fixing this bug...
When a polytope is truncated without any nodes activated, nothing will happen to the polytope and an error message is printed saying "Cannot truncate with no active nodes!". However, the...
The following operations are broken on points and will crash Miratope: - Symmetry group - Scale to unit edge length - Rotate - Petrie polygon - Ditope - Duocomb (freezes...
Despite polygons having cross-sections, they are not supported in the current version of Miratope
If you use another polytope as the symmetry group and that polytope has a different rank than the polytope you're faceting, Miratope will crash.