| Vector3IMultiply Operator |
| Name | Description | |
|---|---|---|
| Multiply(Int32, Vector3I) |
Multiplies each vector component with the passed int value.
| |
| Multiply(Vector3I, Vector3I) |
Multiplies each vector component of the two passed vectors.
| |
| Multiply(Vector3I, Int32) |
Multiplies each vector component with the passed int value.
|