Skip to content

VRageMath.Vector4D.Dot

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexVector4D

Summary

public static double Dot(Vector4 vector1, Vector4 vector2)

Calculates the dot product of two vectors.

Returns

double

Parameters

Summary

public static void Dot(ref Vector4 vector1, ref Vector4 vector2, out double result)

Calculates the dot product of two vectors.

Parameters

Clone this wiki locally