Vector2::Multiply Operator
Performs a multiplication operation on a vector.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Multiply(Single, Vector2) | Multiples the scalar value by the specified vector. |
|
Multiply(Vector2, Vector2) | Multiplies two vectors together. |
|
Multiply(Vector2, Single) | Multiples the specified vector by the specified scalar value. |
Show: