Home
last modified time | relevance | path

Searched refs:bdry (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dquilt.h57 int bdry[2]; /* boundary edge flag */ member
H A Dtobezier.cc276 qspec->bdry[0] = (knotspec->kleft == knotspec->kfirst) ? 1 : 0; in setupquilt()
277 qspec->bdry[1] = (knotspec->kright == knotspec->klast) ? 1 : 0; in setupquilt()