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