Searched defs:GridVertex (Results 1 - 1 of 1) 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 |
Completed in 3 milliseconds