[]
Returns a vector containing the smallest components of the specified vectors.
public static Vector2 Min(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 smallest components of the source vectors. |