Quantcast
Channel: MATLAB Central Newsreader - tag:"spline"
Viewing all articles
Browse latest Browse all 18

Re: How is a 3D spline represented in a pp form?

$
0
0
On 02/22/2016 6:04 AM, Andy Harbron wrote:
> Hi,
>
> I'm trying to understand how the pp form is used to construct a spline
> curve with 3 dimensions.
>
> So, with just 1 dimension it looks like each break indicates the start
> point of each piece in the x dimension, and coefs represent the 4
> coefficients of the cubic polynomial to be drawn between the current
> break and the next break.
>
> However, with 3 dimensions there are 3 rows of coefficients for each
> break, so I assume those are the coefficients for the polynomials in the
> X-Y, X-Z and Y-Z planes. However, in this case I don't really understand
> what each break means. I guess they represent the distance along the
> spline in some way, but I'm not sure.
>
> So my question is essentially how does each break translate to the start
> and end location of each piece of the spline?
>
> I'm asking because I want to export the breaks and coefs to plot in
> openGL within C#
>
> Sorry if this is unclear, or the answer is obvious, I think my
> understanding of splines is probably flawed at a fundamental level, but
> any answers you could give would be appreciated!

The details are, typically for Matlab, not explicitly documented.
You'll probably have to figure out the actual storage stucture by trial
and error. By taking known examples and (presuming you have the Matlab
compiler) compiling them to code you may be able to infer that storage.

The most that is described is probably what you already know at...

<http://www.mathworks.com/help/curvefit/multivariate-tensor-product-splines.html>

--

Viewing all articles
Browse latest Browse all 18

Trending Articles