Compute V-representation of a polyhedron.
P = P.computeVRep
P |
Polyhedron in H-representation Class: Polyhedron |
P |
Polyhedron in V-representation. Class: Polyhedron |
P = Polyhedron(randn(15,2), ones(15,1))
Polyhedron in R^2 with representations: H-rep (redundant) : Inequalities 15 | Equalities 0 V-rep : Unknown (call computeVRep() to compute) Functions : noneCompute its V-representation:
P.computeVRep
Polyhedron in R^2 with representations: H-rep (redundant) : Inequalities 15 | Equalities 0 V-rep (redundant) : Vertices 6 | Rays 0 Functions : nonePlot the result
plot(P);
[1] Fukuda: PolyFaq
◀ | mtimes | isfulldim | ▶ |
© 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