Skip to content

VRageMath.Vector4.Add

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

IndexNamespace IndexVector4

Summary

public static Vector4 Add(Vector4 value1, Vector4 value2)

Adds two vectors.

Returns

Vector4

Parameters

Summary

public static void Add(ref Vector4 value1, ref Vector4 value2, out Vector4 result)

Adds two vectors.

Parameters

Clone this wiki locally