smooth static method

Interpolation smooth()

Aka "smoothstep".

Implementation

static Interpolation smooth() {
  final result = SpineBindings.bindings.spine_interpolation_smooth();
  return Interpolation.fromPointer(result);
}