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