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