function
min_elements(_vector)
Calculates the vertical minimum of self's and _vector's elements.
Name | Type | Description |
---|---|---|
_vector | vec2 |
Second vector for the calculation. |
vec2
New vector with minimum { x: min(x1, x2), y: min(y1, y2) } of self's and _vector's elements.
Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.