Easing..::..EaseInOut Method (Single, Single, Single, Single)

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static float EaseInOut(
	float t,
	float b,
	float c,
	float d
)
Public Shared Function EaseInOut ( _
	t As Single, _
	b As Single, _
	c As Single, _
	d As Single _
) As Single
public:
static float^ EaseInOut(
	float^ t, 
	float^ b, 
	float^ c, 
	float^ d
)

Parameters

t
Type: Single
b
Type: Single
c
Type: Single
d
Type: Single