Searched refs:xformSampling (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | mapdesc.h | 75 void xformSampling( REAL *, int, int, REAL *, int ); 87 void xformSampling( REAL *, int, int, int, int, REAL *, int, int ); 142 void xformSampling( REAL *, REAL * ); 183 Mapdesc::xformSampling( REAL *d, REAL *s ) function in class:Mapdesc
|
| H A D | curve.cc | 76 mapdesc->xformSampling( ps, qs->order, qs->stride, spts, stride );
|
| H A D | mapdesc.cc | 448 * xformSampling - transform a set of points that may be EITHER 454 Mapdesc::xformSampling( REAL *pts, int order, int stride, REAL *sp, int outstride ) function in class:Mapdesc 493 * xformSampling - transform a set of points that may be EITHER 499 Mapdesc::xformSampling( REAL *pts, function in class:Mapdesc
|
| H A D | patch.cc | 79 mapdesc->xformSampling( ps, geo->qspec[0].order, geo->qspec[0].stride,
|
Completed in 6 milliseconds