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

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

Syntax


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

Parameters

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