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