Back to class index
| Polyhedron::SetEqualsSyntaxbool Polyhedron::SetEquals(Polyhedron &p2); [26 lines of code]Tests if these two polyhedrons represent the same set of points. Note This function is very slow, and should be used only for debugging purposes. This function mutates this and the given polyhedron in order to make the test more feasible. The set of space represented by the polyhedrons will not change. |