max


Description:

[ Version ( since = "1.0" ) ]
public Vec4 max (Vec4 b)

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

Parameters:

this

a Vec4

b

a Vec4

res

return location for the result vector