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

Summary

Performs linear interpolation between 2 given vectors.

static Vector3 Lerp( Vector3 a, Vector3 b, Vector3 frac, bool clamp )

Summary

Performs linear interpolation between 2 given vectors, with separate fraction for each vector component.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.