starcast9 method

StarcastInterpolator starcast9(
  1. double scale
)

Implementation

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