2

1

So, I am aware of how to (both iteratively and using a linear equation) compute the cubic spline of a one-variable function with $m$ control points. However, I am not sure how to do any type of spline on a two-variable function with $mn$ control points in a square grid. Is this even possible? Is there a simple algorithm? I've tried to see if the process is separable, but so far I can't seem to prove it one way or the other.

flag
1 
Carl de Boor has elaborated on the theory of multivariable splines. See here: pages.cs.wisc.edu/~deboor/ftpreadme.html – Steve Huntsman Dec 18 2009 at 21:04

1 Answer

1

There is a nice book by Les A. Piegl and Wayne Tiller, which is intended as an introduction to NURBS, but in the first chapters also provides theoretical background for uni- and bivariate Beziers und Splines.

The NURBS Book Les A. Piegl, Wayne Tiller Springer ISBN-10: 3540615458 ISBN-13: 978-3540615453

link|flag
Thanks, will see if I can get my hands on it. – rlbond Dec 26 2009 at 1:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.