min_elements

function

min_elements(_vector)

Description

Calculates the vertical minimum of self's and _vector's elements.

Arguments

Name Type Description
_vector vec3 Second vector for the calculation.

Returns

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.