Searched refs:pwl (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A DdataTransform.h46 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl);
H A Darctess.h52 void pwl( Arc_ptr, REAL, REAL, REAL, REAL, REAL );
H A DdataTransform.cc164 directedLine* o_pwlcurve_to_DLines(directedLine* original, O_pwlcurve* pwl) argument
167 for(Int i=0; i<pwl->npts-1; i++)
170 sline->setPoint(0, pwl->pts[i].param);
171 sline->setPoint(1, pwl->pts[i+1].param);
H A Darc.cc57 * makeSide - attach a pwl arc to an arc and mark it as a border arc
62 Arc::makeSide( PwlArc *pwl, arc_side side ) argument
64 assert( pwl != 0);
66 assert( pwl->npts > 0 );
67 assert( pwl->pts != 0);
68 pwlArc = pwl;
150 * show - print to the stdout the vertices of a pwl arc
167 * print - print out the vertices of all pwl arcs on a loop
230 * 1) if pwl, no two consecutive vertices are identical
H A Darctess.cc120 * pwl_left - construct a left boundary pwl arc and attach it to an arc
150 * pwl_right - construct a right boundary pwl arc and attach it to an arc
180 * pwl_top - construct a top boundary pwl arc and attach it to an arc
209 * pwl_bottom - construct a bottom boundary pwl arc and attach it to an arc
238 * pwl - construct a pwl arc and attach it to an arc
243 ArcTessellator::pwl( Arc *arc, REAL s1, REAL s2, REAL t1, REAL t2, REAL rate ) function in class:ArcTessellator
274 * tessellateLinear - constuct a linear pwl arc and attach it to an Arc
286 //and pwl, the nsteps is computed by deltaU (or V) /stepsize.
315 pwl( ar
[all...]

Completed in 3 milliseconds