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