Ejemplo n.º 1
0
 public static Quat Slerp(Quat a, Quat b, float t)
 {
     return(Quat.INTERNAL_CALL_Slerp(ref a, ref b, t));
 }