New/Modified routines in v9.0

This is a list of new and modified routines in the 9.0 release of GINO

New routines:
gSetSegCommentLen(len)
gEnqSegCommentLen(len)
gSetSegComment(nseg,comment)
gEnqSegComment(nseg,len,comment)

gSetFillAttribs(ifill,iline,inv)
gEnqFillAttribs(ifill,iline,inv)

gEnqSegCharAttribs(nseg,rep,swi,chaesc)
gEnqSegLineAttribs(nseg,rep,pennum,widfac)
gEnqSegFillAttribs(nseg,fill,line,inv)
gEnqSegFontAttribs(nseg,nfont,rep,fntrep,fntspa,fntwgt,fntset)
gEnqSegStrAttribs(nseg,jus,nul,und,relcw,relch,posexp,posind,frpfac,xbeg,ybeg)
gEnqSegFacetAttribs(nseg,fmat,bmat,fcol,bcol,ffill)
gSetSegCharAttribs(nseg,rep,gSwi,gChaesc)
gSetSegLineAttribs(nseg,rep,gPennum,gWidfac)
gSetSegFillAttribs(nseg,fill,line,inv)
gSetSegFontAttribs(nseg,nfont,style,fntrep,fntspa,fntwgt,fntset)
gSetSegStrAttribs(nseg,jus,nul,und,relcw,relch,posexp,posind,frpfac,xbeg,ybeg)
gSetSegFacetAttribs(nseg,fmat,bmat,fcol,bcol,ffill)

Generic Interfaces added to:
gBuildMatrix2D(xo,yo,dx,dy,angz,sx,sy,dep,a,t2d)
gBuildMatrix3D(xo,yo,zo,dx,dy,dz,angx,angy,angz,sx,sy,sz,dir,dep,a,t3d)
gCombineMatrix2D(c,xo,yo,dx,dy,angz,sx,sy,dep,a,t2d)
gCombineMatrix3D(c,xo,yo,zo,dx,dy,dz,angx,angy,angz,sx,sy,sz,dir,dep,a,t3d)
gEnqSegTransform(nseg,xsca,ysca,ang,pos,xshear,yshear)
gSetSegTransform(nseg,xsca,ysca,ang,xpos,ypos,xshear,yshear)

gFillPolygonBy2D(npts,points2)
gFillPolygonBy3D(npts,points3)
gFillPolygonSet2D(npol,polygons2)
gFillPolygonSet3D(npol,polygons3)
gFillPolygonTo2D(npts,points2)
gFillPolygonTo3D(npts,points3)
gFillRect(limit)
gFillSelectedPolygons()

Modified routines
Add optional gOrder to gDrawSeg and gEnqSegHit


New defined constants
GNUMERIC (1)
GCREATED (0)