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

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
patch.h 32 * patch.h
62 class Patch {
67 Patch( Quilt *, REAL*, REAL *, Patch * );
68 Patch( Patch &, int, REAL, Patch * );
83 Patch* next;
patch.cc 36 * patch.c++
46 #include "patch.h"
54 * Patch - copy patch from quilt and transform control points
58 Patch::Patch( Quilt_ptr geo, REAL *pta, REAL *ptb, Patch *n )
105 // may need to subdivide to match range of sub-patch
108 Patch lower( *this, 0, pta[0], 0 );
114 Patch upper( *this, 0, ptb[0], 0 )
    [all...]

Completed in 5 milliseconds