Jim Helman (jimh++at++surreal)
Thu, 22 Dec 94 12:07:44 -0800
This passing convention is usually faster and at worst requires a
pointer copy per input structure.
The latter is the case with a pfSegSet, so you must do something like:
pfSeg *segp[32];
for (i = 0 ; i < nSeg ; i++)
segp[i] = &segset.segs[i];
pfCylAroundSegs(&cyl, segp, nSeg);
rgds,
-jim helman
jimh++at++surreal.asd.sgi.com
415/390-1151
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:45 PDT