Uses of Interface
org.jzy3d.maths.algorithms.interpolation.IInterpolator

Packages that use IInterpolator
org.jzy3d.maths.algorithms.interpolation.bernstein   
org.jzy3d.plot3d.primitives Provides 3d primitives that either implement plot3d.rendering.Drawable or plot3d.rendering.Composite3d, and thus provide a draw() and transform() function for the plot3d.rendering.Scene
 

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

Classes in org.jzy3d.maths.algorithms.interpolation.bernstein that implement IInterpolator
 class BernsteinInterpolator
           
 

Uses of IInterpolator in org.jzy3d.plot3d.primitives
 

Constructors in org.jzy3d.plot3d.primitives with parameters of type IInterpolator
InterpolatedLineStrip(IInterpolator interpolator, List<Coord3d> controlPoints, int resolution)