[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.AddRef

AddRef Method

AddRef(out Vector3, ref Vector3, ref Vector3)

Adds two vectors.

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

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

Vector3 left

The first vector to add.

Vector3 right

The second vector to add.