Searched refs:Knotspec (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtobezier.cc54 struct Knotspec { /* knotvector format */ struct
75 Knotspec * next; /* next knotspec */
76 Knotspec * kspectotrans; /* knotspec in transformation direction */
78 Knotspec( void );
79 ~Knotspec( void );
98 Knotspec *kspec; /* format of each param. dir. */
158 Knotspec *ktrav= kspec; //start at beginning of list
160 Knotspec *deleteThis= ktrav; //remember to delete this
176 kspec = new Knotspec;
187 kspec = new Knotspec;
315 Knotspec::Knotspec( void ) function in class:Knotspec
[all...]

Completed in 2 milliseconds