C# 클래스 ComponentFactory.Quicksilver.Layout.EasingCalculation

Provides calculation of easing values using predefined easing equations.
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver 1 사용 예제들

공개 메소드들

메소드 설명
Calculate ( double t, double b, double c, double d ) : double

Find the easing value using the current easing equation.

EasingCalculation ( Easing easing ) : System

Initialize a new instance of the EasingCalculation class.

메소드 상세

Calculate() 공개 메소드

Find the easing value using the current easing equation.
public Calculate ( double t, double b, double c, double d ) : double
t double Elapsed time.
b double Starting value.
c double Delta change from start to ending value.
d double Total duration.
리턴 double

EasingCalculation() 공개 메소드

Initialize a new instance of the EasingCalculation class.
public EasingCalculation ( Easing easing ) : System
easing Easing Initial easing algorithm.
리턴 System