Package org.jzy3d.maths.algorithms.interpolation.bernstein

Class Summary
BernsteinInterpolator  
BernsteinPolynomial Helper class for the spline3d classes in this package.
Spline3D This is a generic 3D B-Spline class for curves of arbitrary length, control handles and patches are created and joined automatically as described here: ibiblio.org/e-notes/ Splines/Bint.htm Thanks to a bug report by Aaron Meyers (http://universaloscillation.com) the Spline3D.computeVertices(int) method has a slightly changed behaviour from version 0014 onwards.