MultiplyRef(Vector2,Vector2,Vector2) Method
In This Topic
Modulates a vector with another by performing component-wise multiplication.
Syntax
Parameters
- result
- When the method completes, contains the modulated vector.
- left
- The first vector to modulate.
- right
- The second vector to modulate.
See Also