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

Packages that use org.jzy3d.maths.algorithms.interpolation.bernstein
org.jzy3d.maths.algorithms.interpolation.bernstein   
 

Classes in org.jzy3d.maths.algorithms.interpolation.bernstein used by org.jzy3d.maths.algorithms.interpolation.bernstein
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.