R
class to represent the intersection of two V-polytopes.An intersection of two V-polytopes, \(P_1\), \(P_2\), is defined by the intersection of the two corresponding convex hulls.
V1
The numerical matrix that contains the vertices of \(P_1\) row-wise.
V2
The numerical matrix that contains the vertices of \(P_2\) row-wise.
type
An integer that declares the representation of the polytope. For this polytope the default value is 4.
dimension
The dimension of the polytope.
volume
The volume of the polytope, if it is known.