Esempio n. 1
0
 public static Quat SlerpUnclamped(Quat a, Quat b, float t)
 {
     return(Quat.INTERNAL_CALL_SlerpUnclamped(ref a, ref b, t));
 }