[]
        
(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)
Public Shared Sub SubtractRef(ByRef result As Vector4, ByRef left As Vector4, ByRef right As Vector4)
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.