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