Class CubicBezierEase
贝塞尔曲线
public class CubicBezierEase : IEasingFunction
- Inheritance
-
CubicBezierEase
- Implements
- Inherited Members
- Extension Methods
Constructors
CubicBezierEase(Point, Point, Point, Point)
public CubicBezierEase(Point p1, Point c1, Point c2, Point p2)
Parameters
Methods
Ease(double)
Transforms normalized time to control the pace of an animation.
public double Ease(double normalizedTime)
Parameters
normalizedTime
doubleNormalized time (progress) of the animation.
Returns
- double
The transformed progress.