[]
Returns a vector containing the largest components of the specified vectors.
public static Vector2 Max(Vector2 left, Vector2 right)
| Type | Name | Description |
|---|---|---|
| Vector2 | left | The first source vector. |
| Vector2 | right | The second source vector. |
| Type | Description |
|---|---|
| Vector2 | A vector containing the largest components of the source vectors. |