[]
        
(Showing Draft Content)

C1.Util.DX.Vector4.SubtractRef

SubtractRef Method

SubtractRef(out Vector4, ref Vector4, ref Vector4)

Subtracts two vectors.

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

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

Vector4 left

The first vector to subtract.

Vector4 right

The second vector to subtract.