MultiplyRef(Vector2,Vector2,Vector2) Method
Modulates a vector with another by performing component-wise multiplication.
'Declaration
Public Overloads Shared Sub MultiplyRef( _
ByRef As Vector2, _
ByRef As Vector2, _
ByRef As Vector2 _
)
Parameters
- result
- When the method completes, contains the modulated vector.
- left
- The first vector to modulate.
- right
- The second vector to modulate.