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

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dgridvertex.h39 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 Dgridtrimvertex.h48 GridVertex dummyg;
52 GridVertex *g;
H A Dcoveandtiler.h68 inline void output( GridVertex& );
H A Dcoveandtiler.cc60 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 Dbackend.h67 void tmeshvert( GridVertex * );
70 void linevert( GridVertex * );
H A Dbackend.cc404 Backend::tmeshvert( GridVertex *g )
497 Backend::linevert( GridVertex *g )

Completed in 6 milliseconds