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