Searched refs:spline (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc55 long order; /* order of spline */
122 Splinespec spline( 1 ); local in function:Quilt::toBezier
123 spline.kspecinit( knotvector );
124 spline.select();
125 spline.layout( ncoords );
126 spline.setupquilt( this );
127 spline.copy( ctlpts );
128 spline.transform();
138 Splinespec spline( 2 ); local in function:Quilt::toBezier
139 spline
[all...]
/xsrc/external/mit/xditview/dist/
H A Ddraw.c58 /* the following are for use in the spline approximation algorithm */
66 #define ITERATIONS 10 /* iterations to approximate spline */
74 static Point *spline = (Point *) NULL; /* head of spline linked list */ variable in typeref:typename:Point *
273 /* Draw a spline by approximating with short lines. */
281 /* get coordinate pairs into spline linked list */
291 /* Parse string s to create a linked list of Point's with spline */
306 pt = spline = MakePoint(0.0, 0.0);
331 /* Approximate a spline by lines generated by iterations of the */
332 /* approximation algorithm from the original n points in the spline
[all...]

Completed in 4 milliseconds