Decay.perFrame constructor

Decay.perFrame(
  1. double multiplier, {
  2. double fps,
  3. double endVelocity,
})

Implementation

factory Decay.perFrame(double multiplier, {double fps, double endVelocity}) =
    ExponentialDecay.perFrame;