[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.AddRef

AddRef Method

AddRef(out Vector4, ref Vector4, ref Vector4)

Adds two vectors.

Declaration
public static void AddRef(out Vector4 result, ref Vector4 left, ref Vector4 right)
Parameters
Type Name Description
Vector4 result

When the method completes, contains the sum of the two vectors.

Vector4 left

The first vector to add.

Vector4 right

The second vector to add.