BidirectionalInterpolator

Functions

Link copied to clipboard

Returns an Interpolator that wraps this such that input fractions are coerced to the range 0f..1f.

Link copied to clipboard
abstract fun interpolate(fraction: Float): T
Link copied to clipboard
abstract fun invert(value: T): Float