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

/xsrc/external/mit/glu/dist/src/libnurbs/interface/
H A DbezierPatchMesh.cc140 ret->index_UVarray = 0;
171 ret->index_UVarray = 0;
294 if(bpm->index_UVarray+1 >= bpm->size_UVarray)
303 for(i=0; i<bpm->index_UVarray; i++)
315 bpm->UVarray[bpm->index_UVarray] = u;
316 bpm->index_UVarray++;
317 bpm->UVarray[bpm->index_UVarray] = v;
318 bpm->index_UVarray++;
333 printf("index_UVarray =%i\n", bpm->index_UVarray);
[all...]
H A DbezierPatchMesh.h51 int index_UVarray; member in struct:bezierPatchMesh
H A Dinsurfeval.cc266 bpm->vertex_array = (float*) malloc(sizeof(float)* (bpm->index_UVarray/2) * 3+1); /*in case the origional dimenion is 4, then we need 4 space to pass to evaluator.*/
268 bpm->normal_array = (float*) malloc(sizeof(float)* (bpm->index_UVarray/2) * 3);

Completed in 50 milliseconds