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 classKvadraticInterpolationclassLinearInterpolationclassNpolynomialInterpolationMethods in horizontdeformer.interpolators that return Interpolation Modifier and Type Method Description InterpolationInterpolationWithCoords. getInterpolation()Methods in horizontdeformer.interpolators with parameters of type Interpolation Modifier and Type Method Description voidInterpolationWithCoords. setInterpolation(Interpolation interpolation)Constructors in horizontdeformer.interpolators with parameters of type Interpolation Constructor Description InterpolationWithCoords(Interpolation i)
-