Vector |
| Name | Description | |
|---|---|---|
| Multiply(Vector2, Vector2) | Creates a new Vector2 that contains a multiplication of two vectors. | |
| Multiply(Vector2, Double) | Creates a new Vector2 that contains a multiplication of Vector2 and a scalar. | |
| Multiply(Vector2, Vector2, Vector2) | Creates a new Vector2 that contains a multiplication of two vectors. | |
| Multiply(Vector2, Double, Vector2) | Creates a new Vector2 that contains a multiplication of Vector2 and a scalar. |