示例#1
0
 [MethodImpl(MethodImplOptions.AggressiveInlining)] public static VECTOR Lerp(VECTOR a, VECTOR b, float amount)
 {
     return(VECTOR.Lerp(a, b, amount));
 }