Multiply(Vector2,Vector2) Method
In This Topic
Modulates a vector with another by performing component-wise multiplication.
Syntax
Parameters
- left
- The first vector to modulate.
- right
- The second vector to modulate.
Return Value
The modulated vector.
See Also