[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.Add

Add Method

Add(Vector4, Vector4)

Adds two vectors.

Declaration
public static Vector4 Add(Vector4 left, Vector4 right)
Public Shared Function Add(left As Vector4, right As Vector4) As Vector4
Parameters
Type Name Description
Vector4 left

The first vector to add.

Vector4 right

The second vector to add.

Returns
Type Description
Vector4

The sum of the two vectors.