[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.Add

Add Method

Add(Vector2, Vector2)

Adds two vectors.

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

The first vector to add.

Vector2 right

The second vector to add.

Returns
Type Description
Vector2

The sum of the two vectors.