HomeSort by: relevance | last modified time | path
    Searched defs:umax (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
bezierPatch.h 37 float umin, vmin, umax, vmax; member in struct:bezierPatch
71 bezierPatch* bezierPatchMake(float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension);
73 bezierPatch* bezierPatchMake2(float umin, float vmin, float umax, float vmax, int urder, int vorder, int dimension, int ustride, int vstride, float *ctlpoints);
insurfeval.cc 257 bpm->bpatch->umax,
1843 p->umax,
1856 p->umax,
1874 p->umax,
1889 p->umax,
1904 p->umax,
1919 p->umax,
1946 GLint umax = (GLint) ( temp[8]); local
1950 glEvalMesh2(GL_FILL, LOD_eval_level*umin, LOD_eval_level*umax, LOD_eval_level*vmin, LOD_eval_level*vmax);
1963 if( bpm->bpatch->umin == 2 && bpm->bpatch->umax ==
    [all...]

Completed in 10 milliseconds