Syntax:
fVector(
)
Type:
Purpose:
Example:
fan f=emptyFan(2); fVector(f); ==> intmat M[2][2]=1,0,0,1; cone c=coneViaPoints(M); insertCone(f,c); fVector(f); ==> 1, 2, 1