Method Modulate
Modulate(Vector3, Vector3)
Modulates a vector by another.
Declaration
public static Vector3 Modulate(Vector3 left, Vector3 right)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | left | The first vector to modulate. |
| Vector3 | right | The second vector to modulate. |
Returns
| Type | Description |
|---|---|
| Vector3 | The multiplied vector. |