Uses of Interface
horizontdeformer.interpolators.Interpolation
-
Packages that use Interpolation Package Description horizontdeformer.interpolators -
-
Uses of Interpolation in horizontdeformer.interpolators
Classes in horizontdeformer.interpolators that implement Interpolation Modifier and Type Class Description class
KvadraticInterpolation
class
LinearInterpolation
class
NpolynomialInterpolation
Methods in horizontdeformer.interpolators that return Interpolation Modifier and Type Method Description Interpolation
InterpolationWithCoords. getInterpolation()
Methods in horizontdeformer.interpolators with parameters of type Interpolation Modifier and Type Method Description void
InterpolationWithCoords. setInterpolation(Interpolation interpolation)
Constructors in horizontdeformer.interpolators with parameters of type Interpolation Constructor Description InterpolationWithCoords(Interpolation i)
-