Exemplo n.º 1
0
 [MethodImpl(MethodImplOptions.AggressiveInlining)] public static FLOAT DistanceSquared(VECTOR a, VECTOR b)
 {
     return(VECTOR.DistanceSquared(a, b));
 }