1
$\begingroup$

What is the dimension of a given spline space S(k,t)? What does the dimension of spline space refer to? It seems like it might refer to the dimensionality of the control points, but maybe I'm missing something.

I'm reading about geometric modeling with splines and this question came up.

1 Answers 1

1

A "spline space" is a vector space. The elements of this vector space are the spline curves (or piecewise polynomials, if you prefer). So, like any finite-dimensional vector space, this space has a "dimension". That's what they're talking about.

The dimension of a vector space is the number of elements in any basis. Very roughly speaking, it's a measure of the "size" or "expressive power" of the space. In the case of a spline space, the dimension is mostly dependent on the number of entries in its knot sequence.

It's not related to the dimensionality (2D or 3D or whatever) of the control points.

  • 0
    @bubba, i$n$teresti$n$g. There seems to be quite a bit of overloaded terminology in the world of splines. I've not yet got around to reading the classical papers by deBoor and others. Someday I will... anyway, I will quit kindling this old question now :)2015-08-17