Uses of Class
org.jzy3d.maths.algorithms.interpolation.bernstein.Spline3D

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

Uses of Spline3D in org.jzy3d.maths.algorithms.interpolation.bernstein
 

Methods in org.jzy3d.maths.algorithms.interpolation.bernstein that return Spline3D
 Spline3D Spline3D.add(Coord3d p)
          Adds the given point to the list of control points.
 Spline3D Spline3D.add(float x, float y, float z)
           
 Spline3D Spline3D.setPointList(List<Coord3d> plist)
           
 Spline3D Spline3D.setTightness(float tightness)
          Sets the tightness for future curve interpolation calls.