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