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