Example #1
0
 public static Vector3 Lerp(Int3 vec, Int3 vec2, float t)
 {
     return(vec.Lerp(vec2, t));
 }