Lines Matching defs:pwlArc
65 PwlArc * pwlArc; /* associated pwl arc */
82 inline int isTessellated() { return pwlArc ? 1 : 0; }
86 inline long npts() { return pwlArc->npts; }
87 inline TrimVertex * pts() { return pwlArc->pts; }
88 inline REAL * tail() { return pwlArc->pts[0].param; }
89 inline REAL * head() { return next->pwlArc->pts[0].param; }
90 inline REAL * rhead() { return pwlArc->pts[pwlArc->npts-1].param; }
115 pwlArc = p;
133 pwlArc = NULL;