P = polyhedronFromHData(I, v)
P = polyhedronFromHData(I, v, E, w)
Constructs a polyhedron from inequalities and equations. Uses the negative halfspace defined by the equations, the normal vectors of every inequality point outside the polyhedron.
The polyhedron is defined by $\{x\in\mathbb{R}\ |\ I * x\le v,\ E * x=w\}$.
Please see V- and H-representation on the conventions we use for cones and polyhedra.
|
|
|
|
|
|
|
|
|
The object polyhedronFromHData is a method function.