eDriven Framework API
EaseIn Method (t, b, c, d, a, p)
NamespaceseDriven.Animation.EasingBounceEaseIn(Single, Single, Single, Single, Single, Single)
eDriven Framework API
Declaration Syntax
C#Visual BasicVisual C++
public static float EaseIn(
	float t,
	float b,
	float c,
	float d,
	float a,
	float p
)
Public Shared Function EaseIn ( _
	t As Single, _
	b As Single, _
	c As Single, _
	d As Single, _
	a As Single, _
	p As Single _
) As Single
public:
static float EaseIn(
	float t, 
	float b, 
	float c, 
	float d, 
	float a, 
	float p
)
Parameters
t (Single)
b (Single)
c (Single)
d (Single)
a (Single)
p (Single)

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)