vihdzp / miratope-rs

A tool for building and visualizing polytopes.
MIT License
59 stars 16 forks source link

Fix convex hulls #18

Open vihdzp opened 3 years ago

vihdzp commented 3 years ago

The current convex hull code works only when all of the facets of the polytope are simplices. We ought to make it work in more general settings. We could implement Quickhull to do this.