36 #ifndef __glujarcloc_h_
37 #define __glujarcloc_h_
47 inline void init( Arc_ptr a,
long first,
long last ) { arc = a; p=&a->pwlArc->pts[first]; plast = &a->pwlArc->pts[last]; }
50 inline void reverse();
56 if( plast == &arc->pwlArc->pts[0] )
57 plast = &arc->pwlArc->pts[arc->pwlArc->npts - 1];
59 plast = &arc->pwlArc->pts[0];
68 p = &arc->pwlArc->pts[0];
69 plast = &arc->pwlArc->pts[arc->pwlArc->npts - 1];
81 p = &arc->pwlArc->pts[arc->pwlArc->npts - 1];
82 plast = &arc->pwlArc->pts[0];