Multiplication(Vector4,Vector4) Operator
In This Topic
Modulates a vector with another by performing component-wise multiplication.
Syntax
Parameters
- left
- The first vector to multiply.
- right
- The second vector to multiply.
Return Value
The multiplication of the two vectors.
See Also