CubicInterpolator constructor

CubicInterpolator({
  1. required NoisePlane input,
  2. required double scale,
})

Implementation

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