Overload | Description |
---|---|
Multiplication(Single,Vector4) | Scales a vector by the given value. |
Multiplication(Vector4,Single) | Scales a vector by the given value. |
Multiplication(Vector4,Vector4) | Modulates a vector with another by performing component-wise multiplication. |