Lines Matching defs:pwl
120 * 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 )
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( arc, s1, s2, t1, t2, stepsize );
319 * tessellateNonlinear - constuct a nonlinear pwl arc and attach it to an Arc