[]
Returns a vector containing the smallest components of the specified vectors.
public static void MinRef(out Vector2 result, ref Vector2 left, ref Vector2 right)
Public Shared Sub MinRef(ByRef result As Vector2, ByRef left As Vector2, ByRef right As Vector2)
| Type | Name | Description |
|---|---|---|
| Vector2 | result | When the method completes, contains an new vector composed of the smallest components of the source vectors. |
| Vector2 | left | The first source vector. |
| Vector2 | right | The second source vector. |