Vec4.max

Compares each component of the two given vectors and creates a vector that contains the maximum values.

class Vec4
void
max
(,
out Vec4 res
)

Parameters

b Vec4

a #graphene_vec4_t

res Vec4

return location for the result vector

Meta