Home Online Manual
Top
Back: origin
Forward: ambientDimension
FastBack:
FastForward:
Up: gfan_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.13.1.3 positiveOrthant

Procedure from library gfan.lib (see gfan_lib).

Usage:
positiveOrthant(n); n int

Return:
cone, the positive orthant of dimension n

Example:
 
LIB "gfan.lib";
cone c = positiveOrthant(2);
rays(c);
==> 1,0,
==> 0,1