VRageMath.Vector4.Dot - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector4
public static float Dot(Vector4 vector1, Vector4 vector2)
Calculates the dot product of two vectors.
public static void Dot(ref Vector4 vector1, ref Vector4 vector2, out float result)
Calculates the dot product of two vectors.