BearingTween constructor

BearingTween({
  1. required IInterpolationServiceOptimized<double> interpolator,
})

Create a tween that calculate angle bearing/heading from given begin and end angle positions.

Implementation

BearingTween({required this.interpolator});