gaussImage is a function. It computes the image of the Gauss map embedded via the Plücker embedding as described in the paper
Gauss Maps of Toric VarietiesP=convexHull(matrix{{0,1}}); |
Q=convexHull(matrix{{0}}); |
A=latticePoints(cayley({P,Q})); |
B=latticePoints(cayley({P,P})); |
gaussImage(A) |
gaussImage(B) |