starcast method

StarcastInterpolator starcast(
  1. double scale,
  2. double checks
)

Implementation

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