min


Description:

[ Version ( since = "1.0" ) ]
public Vec3 min (Vec3 b)

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

Parameters:

this

a Vec3

b

a Vec3

res

return location for the result vector