Top
Back: nLatticePoints
Forward: visual
FastBack: SINGULAR libraries
FastForward: Release Notes
Up: polymake_so
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.16.1.36 normalFan

Syntax:
Polymake::normalFan( polytope p )
Type:
fan
Purpose:
the normal fan of p.
Example:
 
  intmat M[6][4] = 1,1,0,0, 1,0,1,0, 1,0,-1,0, 1,0,0,1, 1,0,0,-1, 1,-1,0,0;
  polytope p = Polymake::polytopeViaPoints(M);
  fan f = normalFan(p);
  f;

Top Back: nLatticePoints Forward: visual FastBack: SINGULAR libraries FastForward: Release Notes Up: polymake_so Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-6, Dec 2012, generated by texi2html.