Returns a list with the lattice points of the convex hull of L.
This uses the Convex functions convHull and hilbertbasis.
-- -*- M2-comint -*- {* hash: -706394259 *} |
i1 : L={vector {3,-1,-1},vector {-1,3,-1},vector {-1,-1,3},vector {-1,-1,-1}}; |
The object mLatticePoints is a method function.