HomeSort by: relevance | last modified time | path
    Searched defs:getstepsize (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
curvelist.cc 94 Curvelist::getstepsize( void ) function in class:Curvelist
99 c->getstepsize();
curve.cc 148 Curve::getstepsize( void ) function in class:Curve
patchlist.cc 114 Patchlist::getstepsize( void ) function in class:Patchlist
125 p->getstepsize();
patch.cc 252 * getstepsize - compute the sampling density across the patch
258 Patch::getstepsize( void ) function in class:Patch
267 pspec[0].getstepsize( mapdesc->maxsrate );
268 pspec[1].getstepsize( mapdesc->maxtrate );
273 pspec[0].getstepsize( mapdesc->maxsrate * pspec[0].range[2] );
274 pspec[1].getstepsize( mapdesc->maxtrate * pspec[1].range[2] );
294 pspec[0].getstepsize( mapdesc->maxsrate );
295 pspec[1].getstepsize( mapdesc->maxtrate );
469 Patchspec::getstepsize( REAL max ) // max is number of samples for entire patch function in class:Patchspec

Completed in 5 milliseconds