Uses of Interface
org.jzy3d.maths.algorithms.interpolation.IInterpolator
Packages that use IInterpolator
-
Uses of IInterpolator in org.jzy3d.maths.algorithms.interpolation.algorithms
Classes in org.jzy3d.maths.algorithms.interpolation.algorithms that implement IInterpolator -
Uses of IInterpolator in org.jzy3d.plot3d.primitives
Constructors in org.jzy3d.plot3d.primitives with parameters of type IInterpolatorModifierConstructorDescriptionLineStripInterpolated
(IInterpolator interpolator, List<Coord3d> controlPoints, int resolution) LineStripInterpolated
(IInterpolator interpolator, List<Coord3d> controlPoints, int resolution, boolean drawPoints)