Point..::..EaseTo Method

Eases to.

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

Syntax


public static Point EaseTo(
	Point start,
	Point end,
	float divisor
)
Public Shared Function EaseTo ( _
	start As Point, _
	end As Point, _
	divisor As Single _
) As Point
public:
static Point^ EaseTo(
	Point^ start, 
	Point^ end, 
	float^ divisor
)

Parameters

start
Type: Point
The start.
end
Type: Point
The end.
divisor
Type: Single
The divisor.

Return Value

Point.