-
- All Implemented Interfaces:
-
android.animation.TimeInterpolator,android.view.animation.Interpolator
public final class EaseCubicInterpolator implements InterpolatorAuthor: bin.yang Maintainer: bin.yang Date: 2022/4/24 Copyright: 2022 Inc. All rights reserved. Desc: 贝塞尔曲线
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEaseCubicInterpolator.Companion
-
Constructor Summary
Constructors Constructor Description EaseCubicInterpolator(Float x1, Float y1, Float x2, Float y2)
-
Method Summary
Modifier and Type Method Description FloatgetInterpolation(Float input)
-