[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.SubtractRef

SubtractRef Method

SubtractRef(out Vector2, ref Vector2, ref Vector2)

Subtracts two vectors.

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

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

Vector2 left

The first vector to subtract.

Vector2 right

The second vector to subtract.