Tesla Graphics Engine Documentation (January 2012)
Lerp Method (a, b, percent)
TeslaTesla.MathVector2Lerp(Vector2, Vector2, Single)
Linearly interpolates between two vectors.
Declaration Syntax
C#
public static Vector2 Lerp(
	Vector2 a,
	Vector2 b,
	float percent
)
Parameters
a (Vector2)
Starting vector
b (Vector2)
Ending vector
percent (Single)
Amount to interpolate by
Return Value
Interpolated vector

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)