| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| trim.c | 111 GLfloat knots[8] = {0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0}; local 127 gluNurbsSurface(theNurb, 8, knots, 8, knots,
|
| surface.c | 105 GLfloat knots[8] = {0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0}; local 116 8, knots, 117 8, knots,
|
| surfpoints.c | 190 GLfloat knots[8] = {0.0, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0}; local 201 8, knots, 8, knots,
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| nurbsinterfac.cc | 270 long nknots, /* number of p knots */ 298 Knotvector knots; local 300 knots.init( nknots, byte_stride, order, knot ); 301 if( do_check_knots( &knots, "curve" ) ) return; 305 o_nurbscurve->bezier_curves->toBezier( knots,ctlarray, mapdesc->getNcoords() ); 319 long sknot_count, /* number of s knots */ 321 long tknot_count, /* number of t knots */
|
| tobezier.cc | 86 void knots( void ); 381 int def = bpt->def - 1; // number of knots to insert 488 knots(); 540 * Knotspec::knots - copy relevant subsequence of knots into temporary area 547 Knotspec::knots( void ) function in class:Knotspec 552 /* allocate space for knots and factors */
|