Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Manipulation > Numerical Data > Curve Fitting & Approximate Functions > Splines >
Mathematica > Data Manipulation > Statistics > Curve Fitting & Approximate Functions > Splines >
Mathematica > Mathematics and Algorithms > Statistics > Curve Fitting & Approximate Functions > Splines >

SplineDegree

SplineDegree
is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
  • SplineDegree->d specifies the polynomial basis of maximal degree d in each dimension.
  • SplineDegree->{d1, d2, ...} specifies maximal degree dn in the n^(th)dimension.
  • With the setting SplineDegree->Automatic, the degree of the polynomial basis is determined from the number of control points, and the length of any knot sequence given. The default is degree 3 in each dimension.
B-spline curves with different spline degrees:
B-spline curves with different spline degrees:
In[1]:=
Click for copyable input
In[2]:=
Click for copyable input
Out[2]=
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team