Convex objects are the main structure of Convex. All other structures, namely fans, cones, and polytopes are derived from this structure. So all methods of this structure also apply to the other data types.
‣ IsConvexObject ( M ) | ( category ) |
Returns: true
or false
The GAP category of convex objects, the main category of this package.
‣ IsFullDimensional ( conv ) | ( property ) |
Returns: true
or false
Checks if the combinatorial dimension of the convex object conv is the same as the dimension of the ambient space.
‣ Dimension ( conv ) | ( attribute ) |
Returns: an integer
Returns the combinatorial dimension of the convex object conv. This is the dimension of the smallest space i which conv can be embedded.
‣ AmbientSpaceDimension ( conv ) | ( attribute ) |
Returns: an integer
Returns the dimension of the ambient space of the object conv.
‣ ContainingGrid ( conv ) | ( attribute ) |
Returns: a homalg module
Returns the ambient space of the object conv as a homalg module.
‣ DrawObject ( conv ) | ( operation ) |
Returns: 0
Draws a nice picture of the object conv, if your computer supports Java. As a side effect, you might not be able to exit GAP anymore.
‣ WeakPointerToExternalObject ( conv ) | ( operation ) |
Returns: a pointer
Returns a pointer to an external object which is the basis of conv. This method is not used any more.
generated by GAPDoc2HTML