[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.SubtractRef

SubtractRef Method

SubtractRef(out Vector3, ref Vector3, ref Vector3)

Subtracts two vectors.

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

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

Vector3 left

The first vector to subtract.

Vector3 right

The second vector to subtract.