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

Summary

Performs linear interpolation between 2 given vectors.

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

Summary

Performs linear interpolation between 2 given vectors, using a vector for the fraction on each axis.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.