max_elements

function

max_elements(_vector)

Description

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

Arguments

Name Type Description
_vector vec2 Second vector for the calculation.

Returns

vec2 New vector with maximum { x: max(x1, x2), y: max(y1, y2) } of self's and _vector's elements.


Copyright © 2020, eL-Falso. Built on December 14, 2020 using GMDoc.