NewtonPolynomialInterpolationEasing

class NewtonPolynomialInterpolationEasing(points: List<ERROR CLASS: Symbol not found for Pair<kotlin/Double, kotlin/Double>>) : <ERROR CLASS> ERROR CLASS: Symbol not found for Easing

Constructors

Link copied to clipboard
constructor(points: List<ERROR CLASS: Symbol not found for Pair<kotlin/Double, kotlin/Double>>)
constructor(vararg points: ERROR CLASS: Symbol not found for Pair<kotlin/Double, kotlin/Double>)

Functions

Link copied to clipboard
open override fun transform(fraction: Float): Float

Easing 接口的核心方法,将输入的线性进度 (fraction) 转换为缓动后的进度。