starcast9 method
Implementation
StarcastInterpolator starcast9(double scale) {
return StarcastInterpolator(
input: this,
scale: scale,
checks: 9,
);
}
StarcastInterpolator starcast9(double scale) {
return StarcastInterpolator(
input: this,
scale: scale,
checks: 9,
);
}