HomeSort by: relevance | last modified time | path
    Searched refs:global_ucoeff (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
insurfeval.cc 845 inPreEvaluateWithDeriv(uorder, uprime, global_ucoeff, global_ucoeffDeriv);
854 p = global_ucoeff[0] * (*data);
858 p += global_ucoeff[row] * (*data);
919 inPreEvaluateWithDeriv(uorder, uprime, global_ucoeff, global_ucoeffDeriv);
929 retPoint[j] += global_BV[row][j] * global_ucoeff[row];
931 retdv[j] += global_PBV[row][j] * global_ucoeff[row];
971 inPreEvaluateWithDeriv(uorder, uprime, global_ucoeff, global_ucoeffDeriv);
1001 retPoint[j] += global_ucoeff[row] * p;
1003 retdv[j] += global_ucoeff[row] * pdv;
glsurfeval.h 242 REAL global_ucoeff[IN_MAX_BEZIER_ORDER]; /*cache the polynomial values*/ member in class:OpenGLSurfaceEvaluator

Completed in 20 milliseconds