swap method

void swap(
  1. double angle
)

Implementation

void swap(double angle) => _interpolator.swap(angle);