Click or drag to resize

Vector2DLerp Method (Vector2D, Single)

Linearly interpolates between the current and the specified vector by t.

Namespace:  LightBuzz
Assembly:  LightBuzz (in LightBuzz.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Lerp(
	Vector2D vector,
	float t
)

Parameters

vector
Type: LightBuzzVector2D
The vector to interpolate with.
t
Type: SystemSingle
A proportion between 0 and 1.
See Also