min
Computes the component-wise minimum of two 2D vectors.
Return
A new vector containing the minimum x and y components from the two input vectors.
Parameters
a
The first vector.
b
The second vector.
Computes the component-wise minimum of two 2D vectors.
A new vector containing the minimum x and y components from the two input vectors.
The first vector.
The second vector.