Searched refs:PwlArc (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dpwlarc.h44 class PwlArc : public PooledObj { /* a piecewise-linear arc */ class in inherits:PooledObj
49 inline PwlArc( void );
50 inline PwlArc( int, TrimVertex * );
51 inline PwlArc( int, TrimVertex *, long );
55 PwlArc::PwlArc( void ) function in class:PwlArc
63 PwlArc::PwlArc( int _npts, TrimVertex *_pts ) function in class:PwlArc
71 PwlArc::PwlArc( in function in class:PwlArc
[all...]
H A Darc.h65 PwlArc * pwlArc; /* associated pwl arc */
69 inline Arc( Arc *, PwlArc * );
81 void makeSide( PwlArc *, arc_side );
109 Arc::Arc( Arc *j, PwlArc *p )
H A Dintersect.cc57 static enum i_result pwlarc_intersect( PwlArc *, int, REAL, int, int[3] );
186 jarc1 = new(arcpool) Arc( jarc, new( pwlarcpool) PwlArc( maxvertex-loc[1], &v[loc[1]] ) );
248 new(pwlarcpool) PwlArc(maxvertex-i+1 , newjunk ) );
275 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) );
288 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk ) );
289 jarc2 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) );
302 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk+1 ) );
304 new(pwlarcpool) PwlArc( maxvertex-1, &jarc->pwlArc->pts[1] ) );
318 jarc1 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc( 2, newjunk ) );
319 jarc2 = new(arcpool) Arc( jarc, new(pwlarcpool) PwlArc(
[all...]
H A Darctess.cc109 arc->pwlArc = new(pwlarcpool) PwlArc( 2, p );
146 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_left );
175 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_right );
205 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_top );
234 arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_bottom );
265 /* arc->makeSide( new(pwlarcpool) PwlArc( nsteps+1, newvert ), arc_bottom ); */
266 arc->pwlArc = new(pwlarcpool) PwlArc( nsteps+1, newvert );
365 arc->pwlArc = new(pwlarcpool) PwlArc();
H A Dtrimline.cc164 PwlArc *lastpwl = botarc->prev->pwlArc;
180 PwlArc *lastpwl = botarc->prev->pwlArc;
H A Dslicer.cc317 static void triangulateRectAux(PwlArc* top, PwlArc* bot, PwlArc* left, PwlArc* right, Backend& backend);
389 static void triangulateRectAux(PwlArc* top, PwlArc* bot, PwlArc* left, PwlArc* right, Backend& backend)
686 PwlArc* parc = arc->pwlArc;
H A Darc.cc62 Arc::makeSide( PwlArc *pwl, arc_side side )
H A Dmonotonizer.cc180 jarc->pwlArc = new(pwlarcpool) PwlArc();
H A Dsubdivider.cc117 pwlarcpool( sizeof( PwlArc ), 1, "Pwlarcpool" ),
180 jarc->pwlArc = new(pwlarcpool) PwlArc( npts, pts );

Completed in 13 milliseconds