org.jzy3d.maths.algorithms.interpolation.bernstein
Class BernsteinInterpolator

java.lang.Object
  extended by org.jzy3d.maths.algorithms.interpolation.bernstein.BernsteinInterpolator
All Implemented Interfaces:
IInterpolator

public class BernsteinInterpolator
extends Object
implements IInterpolator


Constructor Summary
BernsteinInterpolator()
           
 
Method Summary
 List<Coord3d> interpolate(List<Coord3d> controlPoints, int resolution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BernsteinInterpolator

public BernsteinInterpolator()
Method Detail

interpolate

public List<Coord3d> interpolate(List<Coord3d> controlPoints,
                                 int resolution)
Specified by:
interpolate in interface IInterpolator