CubicInterpolator constructor
CubicInterpolator({
- required NoisePlane input,
- required double scale,
Implementation
CubicInterpolator({required NoisePlane input, required double scale})
: super(input: input, scaleInterpolation: scale);