Searched refs:GridVertex (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | gridvertex.h | 39 struct GridVertex { struct 41 GridVertex( void ) { gparam[0] = 0, gparam[1] = 0; } function in struct:GridVertex 42 GridVertex( long u, long v ) { gparam[0] = u, gparam[1] = v; } function in struct:GridVertex
|
| H A D | gridtrimvertex.h | 48 GridVertex dummyg; 52 GridVertex *g;
|
| H A D | coveandtiler.h | 68 inline void output( GridVertex& );
|
| H A D | coveandtiler.cc | 60 CoveAndTiler::output( GridVertex &gv ) 199 GridVertex tgv( top.uend, top.vindex ); 200 GridVertex gv( top.uend, bot.vindex ); 227 GridVertex gv( top.uend, bot.vindex ); 261 GridVertex tgv( top.ustart, top.vindex ); 262 GridVertex gv( top.ustart, bot.vindex ); 289 GridVertex gv( top.ustart, bot.vindex ); 322 GridVertex bgv( bot.ustart, bot.vindex ); 323 GridVertex gv( bot.ustart, top.vindex ); 350 GridVertex g [all...] |
| H A D | backend.h | 67 void tmeshvert( GridVertex * ); 70 void linevert( GridVertex * );
|
| H A D | backend.cc | 404 Backend::tmeshvert( GridVertex *g ) 497 Backend::linevert( GridVertex *g )
|
Completed in 6 milliseconds