Top
Back: containsRelatively
Forward: getCodimension
FastBack: quickConeViaNormals
FastForward: fan
Up: cone related functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

4.22.4.6 getAmbientDimension

Syntax:
getAmbientDimension( cone c )
getAmbientDimension( fan f )
getAmbientDimension( polytope p )
Type:
int
Purpose:
ambient dimension of the cone;
Example:
 
intmat M1[2][2]=
1,0,
0,1;
cone c1=coneViaRays(M1);
getAmbientDimension(c1);
==> 2
intmat M2[2][3]=
1,0,0,
0,1,0;
cone c2=coneViaRays(M2);
getAmbientDimension(c2);
==> 3

Top Back: containsRelatively Forward: getCodimension FastBack: quickConeViaNormals FastForward: fan Up: cone 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.