Top
Back: polytope related functions
Forward: pyobject
FastBack: polytopeViaNormals
FastForward: pyobject
Up: polytope related functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.24.3.1 getVertices

Syntax:
getVertices( polytope p )
Type:
intmat
Purpose:
vertices of p
Example:
 
intmat M[4][3]=
1,0,0,
1,2,0,
1,0,2,
1,2,2,
1,1,1;
polytope p=polytopeViaVertices(M);
getVertices(p);
==> 1,2,0,
==> 1,0,0,
==> 1,0,2,
==> 1,2,2 


Top Back: polytope related functions Forward: pyobject FastBack: polytopeViaNormals FastForward: pyobject Up: polytope related functions Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-4, Jan 2012, generated by texi2html.