Method Minimize
Minimize(Vector2, Vector2)
Returns a vector containing the smallest components of the specified vectors.
Declaration
public static Vector2 Minimize(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 smallest components of the source vectors. |