Vector2.Lerp

static Vector2 Lerp( Vector2 a, Vector2 b, float frac, bool clamp )

Vector2.Lerp

static Vector2 Lerp( Vector2 a, Vector2 b, Vector2 t, bool clamp )

User Comments