lerp library

Functions

myoroDoubleLerp(double? a, double? b, double t) double?
Safely lerps between two doubles, replacing infinity with maxFinite.
myoroFallbackLerp<T>(T? a, T? b, double t) → T?
Class to helper with lerp functions in ThemeExtensions.