Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.Vector4.Dot

Malware edited this page Jan 26, 2019 · 18 revisions

IndexNamespace IndexVector4

Summary

public static float Dot(Vector4 vector1, Vector4 vector2)

Calculates the dot product of two vectors.

Returns

float

Parameters

Summary

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

Calculates the dot product of two vectors.

Parameters

Clone this wiki locally