Method Maximize
Maximize(Vector2, Vector2)
Returns a vector containing the largest components of the specified vectors.
Declaration
public static Vector2 Maximize(Vector2 value1, Vector2 value2)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | value1 | The first source vector. |
Vector2 | value2 | The second source vector. |
Returns
Type | Description |
---|---|
Vector2 | A vector containing the largest components of the source vectors. |