Class

AndroidFlingSpline.FlingResult

Result coefficients of a scroll computation

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
data class FlingResult(
        /** Linear distance traveled from 0-1, from source (0) to destination (1) */
        val distanceCoefficient: Float,
        /**
         * Instantaneous velocity coefficient at this point in the fling expressed in total distance
         * per unit time
         */
        val velocityCoefficient: Float,
    )

Result coefficients of a scroll computation