代码搜索:B-spline

找到约 57 项符合「B-spline」的源代码

代码结果 57
www.eeworm.com/read/478469/6717946

diz file_id.diz

C++ src for simple b-spline curve algorithm
www.eeworm.com/read/235380/14073019

m bspderiv.m

function [dc,dk] = bspderiv(d,c,k) % % Function Name: % % bspdeval - Evaluate the control points and knot sequence of the derivative % of a univariate B-Spline. % % Calling
www.eeworm.com/read/188324/8549469

m sprpp.m

function [v,b] = sprpp(tx,a) %SPRPP Right Taylor coefficients from local B-coefficients. % % [V,B] = SPRPP(TX,A) % % uses knot insertion to derive from the B-spline coefficients % A(.,:) r
www.eeworm.com/read/370047/9621479

m contents.m

% NURBS Toolbox. % Version 1.0 % % demos - NURBS demonstrations % % nrbmak - Construct a NURBS from control points and knots. % nrbtform - Applying scaling, translation or rotat
www.eeworm.com/read/370047/9621596

m bspderiv.m

function bspderiv % % Function Name: % % bspdeval - Evaluate the control points and knot sequence of the derivative % of a univariate B-Spline. % % Calling Sequence: % %
www.eeworm.com/read/235380/14072955

m contents.m

% NURBS Toolbox. % Version 1.0 % % demos - NURBS demonstrations % % nrbmak - Construct a NURBS from control points and knots. % nrbtform - Applying scaling, translation or rotat
www.eeworm.com/read/188324/8549457

m splpp.m

function [v,b] = splpp(tx,a) %SPLPP Left Taylor coefficients from local B-coefficients. % % [V,B] = SPLPP(TX,A) % % uses knot insertion to derive from the B-spline coefficients % A(.,:) re
www.eeworm.com/read/370047/9621428

m bspdegelev.m

function bspdegelev % % Function Name: % % bspdegevel - Degree elevate a univariate B-Spline. % % Calling Sequence: % % [ic,ik] = bspdegelev(d,c,k,t) % % Parameters: % % d : De