| Vector2IMultiply Operator |
| Name | Description | |
|---|---|---|
| Multiply(Int32, Vector2I) |
Multiplies each vector component with the specified value.
| |
| Multiply(Single, Vector2I) |
Multiplies each vector component with the specified value.
| |
| Multiply(Vector2I, Vector2I) |
Multiplies each vector component of the two passed vectors.
| |
| Multiply(Vector2I, Int32) |
Multiplies each vector component with the specified value.
| |
| Multiply(Vector2I, Single) |
Multiplies each vector component with the specified value.
|