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

  /xsrc/external/mit/glu/dist/src/libnurbs/interface/
bezierPatch.h 86 void bezierPatchEval(bezierPatch *b, float u, float v, float ret[]);
90 void bezierPatchEval(bezierPatch *b, float u, float v, float ret[]);
bezierPatch.cc 142 void bezierPatchEval(bezierPatch *b, float u, float v, float ret[])
152 bezierPatchEval(b->next, u,v, ret);

Completed in 4 milliseconds