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

Summary

Linearly interpolate from point a to point b.

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

Summary

Linearly interpolate from point a to point b with separate fraction for each axis.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.