Vector3.Lerp

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

Vector3.Lerp

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

User Comments