Searched defs:diagonal_vertices (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DmonoChain.cc567 MC_findDiagonals(Int total_num_edges,monoChain ** sortedVertices,sweepRange ** ranges,Int & num_diagonals,directedLine ** diagonal_vertices) argument
682 directedLine** diagonal_vertices = (directedLine**) malloc(sizeof(directedLine*) * total_num_ local in function:MC_partitionY
[all...]
H A DpartitionY.cc333 void findDiagonals(Int total_num_edges, directedLine** sortedVertices, sweepRange** ranges, Int& num_diagonals, directedLine** diagonal_vertices) argument
386 Int deleteRepeatDiagonals(Int num_diagonals, directedLine** diagonal_vertices, directedLine** new_vertices) argument
436 directedLine** diagonal_vertices = (directedLine**) malloc(sizeof(directedLine*) * total_num_e local in function:DBGfindDiagonals
473 directedLine** diagonal_vertices = (directedLine**) malloc(sizeof(directedLine*) * total_num_ local in function:partitionY
[all...]

Completed in 4 milliseconds