How to compute the projection of a given polyhedron onto a given smaller-dimensional plane?
E.g., the projection of Polyhedron(vertices=[(-1,-1), (1,3), (5,-2)]) onto the line y=x.
![]() | 1 | initial version |
How to compute the projection of a given polyhedron onto a given smaller-dimensional plane?
E.g., the projection of Polyhedron(vertices=[(-1,-1), (1,3), (5,-2)]) onto the line y=x.