OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_UVarray
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/glu/dist/src/libnurbs/interface/
bezierPatchMesh.cc
140
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
...]
bezierPatchMesh.h
51
int
index_UVarray
;
insurfeval.cc
266
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 5 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026