Table of Contents

Class CubicBezierEase

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Service.Animation.dll

贝塞尔曲线

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

p1 Point
c1 Point
c2 Point
p2 Point

Methods

Ease(double)

Transforms normalized time to control the pace of an animation.

public double Ease(double normalizedTime)

Parameters

normalizedTime double

Normalized time (progress) of the animation.

Returns

double

The transformed progress.