C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Vector3 Structure / Subtract Method
The first vector to subtract.
The second vector to subtract.

In This Topic
Subtract Method (Vector3)
In This Topic
Subtracts two vectors.
Syntax
'Declaration
 
Public Shared Function Subtract( _
   ByVal left As Vector3, _
   ByVal right As Vector3 _
) As Vector3
 

Parameters

left
The first vector to subtract.
right
The second vector to subtract.

Return Value

The difference of the two vectors.
See Also