Пример #1
0
 public static Vector3f Mix(Vector3i a, Vector3i b, float alpha)
 {
     return(Vector3i.Mix(a, b, alpha));
 }