Home > server > Vector2 > multiply
Multiplies each component of the current vector by the corresponding component of another vector.
Signature:
multiply(vector2: Vector2): Vector2;|
Parameter |
Type |
Description |
|---|---|---|
|
vector2 |
The vector to multiply the current vector by. |
The current vector.