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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dmapdesc.cc671 REAL bbpts[MAXORDER][MAXORDER][MAXCOORDS]; local in function:Mapdesc::bboxTooBig
672 const int trstride = sizeof(bbpts[0]) / sizeof(REAL);
673 const int tcstride = sizeof(bbpts[0][0]) / sizeof(REAL);
678 &bbpts[0][0][0], trstride, tcstride, nrows, ncols );
682 bbox( bb, &bbpts[0][0][0], trstride, tcstride, nrows, ncols );

Completed in 3 milliseconds