Searched refs:numknots (Results 1 – 11 of 11) sorted by relevance
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/ |
H A D | SoNurbsProfile.cpp | 273 int32_t & numknots, float *& knotvector) in getTrimCurve() argument 278 numknots = this->knotVector.getNum(); in getTrimCurve() 279 if (numknots) knotvector = (float *)(this->knotVector.getValues(0)); in getTrimCurve() 360 int32_t numknots; in getVertices() local 362 this->getTrimCurve(state, numpoints, points, floatspervec, numknots, knotvector); in getVertices() 363 if (numpoints == 0 || numknots == 0) { in getVertices() 427 numknots, in getVertices() 431 numknots - numpoints, in getVertices()
|
H A D | SoLinearProfile.cpp | 145 int32_t & numknots, float *& COIN_UNUSED_ARG(knotvector)) in getTrimCurve() argument 207 numknots = 0; in getTrimCurve()
|
/dports/math/gismo/gismo-21.12.0/examples/ |
H A D | thbRefinement_example.cpp | 27 index_t numknots = 3; in main() local 43 gsKnotVector<> KV (0, 1, numknots, degree+1, 1); in main() 49 refineMode(refmode, refLevels, numknots+1, degree, boxes); in main()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/ |
H A D | SoGLNurbs.cpp | 1210 int32_t numknots; in sogl_render_nurbs_surface() local 1225 numknots, knotvector); in sogl_render_nurbs_surface() 1227 if (numknots) { in sogl_render_nurbs_surface() 1228 GLUWrapper()->gluNurbsCurve(nurbsrenderer, numknots, knotvector, floatspervec, in sogl_render_nurbs_surface() 1229 points, numknots-numpoints, floatspervec == 2 ? in sogl_render_nurbs_surface() 1269 const int numknots, in sogl_render_nurbs_curve() argument 1358 int uIsLinear = numctrlpts == 2 && numknots == 2*(numknots - numctrlpts); in sogl_render_nurbs_curve() 1366 float uSpan = knotvec[numknots-1] - knotvec[0]; in sogl_render_nurbs_curve() 1372 numknots, in sogl_render_nurbs_curve() 1376 numknots - numctrlpts, in sogl_render_nurbs_curve()
|
H A D | SoGLNurbs.h | 64 const int numknots,
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/ |
H A D | SoLinearProfile.h | 50 int32_t & numknots, float *& knotvector);
|
H A D | SoNurbsProfile.h | 54 int32_t & numknots, float *& knotvector);
|
H A D | SoProfile.h | 70 int32_t & numknots, float *& knotvector) = 0;
|
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/ |
H A D | timetunnel.c | 107 int numknots, knotwidth; member 140 e->numknots = numk; in init_effect() 145 for ( i = 0 ; i < e->numknots ; i++) in init_effect() 326 for ( i = 0 ; i < e->numknots ; i++) in update_knots() 328 if ( i < e->numknots - 1) in update_knots()
|
/dports/science/py-scipy/scipy-1.7.1/scipy/interpolate/ |
H A D | _fitpack_impl.py | 473 numknots = len(t) 474 _curfit_cache['t'] = empty((numknots + 2*k + 2,), float)
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/ |
H A D | SoText3.cpp | 401 int32_t numknots; in computeBBox() local 406 numknots, knots); in computeBBox()
|