... | ... | @@ -18,6 +18,7 @@ The TULIP core package comes with only a very limited number of predefined conne |
|
|
|
|
|
## Spline
|
|
|
Spline are piecewise polynomial parametric curves used for creating smooth paths governed by a number of parameters.
|
|
|
We're using quadratic B-splines for fitting the desired curve.
|
|
|
|
|
|
<div align="center">
|
|
|
<figure>
|
... | ... | @@ -26,3 +27,7 @@ Spline are piecewise polynomial parametric curves used for creating smooth paths |
|
|
</figure>
|
|
|
</div>
|
|
|
|
|
|
## Interpolation Steps
|
|
|
Building a *Bézier* spline from a single curve requires a high degree curve to accurately fit a complex shape. Quadratic B-splines however, split this process into multiple *quadratic* sub-splines (piecewise approach). The optional **`interpolationSteps`** tag allows controlling the number of interpolation steps being used. Of omitted, this property defaults to **10**.
|
|
|
|
|
|
## Control Points |
|
|
\ No newline at end of file |