Compute H-representation of a polyhedron.
P = P.computeHRep
P |
Polyhedron in V-representation Class: Polyhedron |
P |
Polyhedron in H-representation. Class: Polyhedron |
P = Polyhedron('V', randn(15,3))
Polyhedron in R^3 with representations: H-rep : Unknown (call computeHRep() to compute) V-rep (redundant) : Vertices 15 | Rays 0 Functions : noneCompute its H-representation:
P.computeHRep
Polyhedron in R^3 with representations: H-rep (redundant) : Inequalities 16 | Equalities 0 V-rep (irredundant) : Vertices 10 | Rays 0 Functions : nonePlot the result
plot(P);
[1] Fukuda: PolyFaq
◀ | ae | volume | ▶ |
© 2010-2013 Colin Neil Jones: EPF Lausanne, colin.jones@epfl.ch
© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch
© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk