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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc330 Knotspec::copy( INREAL *inpt, REAL *outpt ) argument
335 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride ) {
336 next->copy( inpt, outpt );
340 for( REAL *lpt=outpt+prewidth; outpt != lpt; outpt += poststride ) {
341 pt_io_copy( outpt, inpt );
354 Knotspec::showpts( REAL *outpt ) argument
[all...]

Completed in 2 milliseconds