Uses of Interface
horizontdeformer.interpolators.Interpolation

Packages that use Interpolation
horizontdeformer.interpolators   
 

Uses of Interpolation in horizontdeformer.interpolators
 

Classes in horizontdeformer.interpolators that implement Interpolation
 class KvadraticInterpolation
           
 class LinearInterpolation
           
 class NpolynomialInterpolation
           
 

Methods in horizontdeformer.interpolators that return Interpolation
 Interpolation InterpolationWithCoords.getInterpolation()
           
 

Methods in horizontdeformer.interpolators with parameters of type Interpolation
 void InterpolationWithCoords.setInterpolation(Interpolation interpolation)
           
 

Constructors in horizontdeformer.interpolators with parameters of type Interpolation
InterpolationWithCoords(Interpolation i)