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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc509 long nfactors = 0; local in function:Knotspec::breakpoints
521 nfactors += (ubpt->def * (ubpt->def - 1)) / 2;
527 nfactors += (ubpt->def * (ubpt->def - 1)) / 2;
531 if( nfactors ) {
532 sbegin = new Knot[nfactors];

Completed in 3 milliseconds