public static Quat Slerp(Quat a, Quat b, float t) { return(Quat.INTERNAL_CALL_Slerp(ref a, ref b, t)); }