Class

RemoteInterpolator.CubicBezier

Source set: Android
public class CubicBezier(
        public val x1: Float,
        public val y1: Float,
        public val x2: Float,
        public val y2: Float,
    ) : RemoteInterpolator

Functions

transform

Source set: Android
override fun transform(fraction: Float): Float

Content updated: