min
Description:
[
Version ( since =
"1.0" ) ]
public Vec4 min (
Vec4 b)
Compares each component of the two given vectors and creates a vector that contains the minimum values.
Parameters:
this |
a Vec4
|
b |
a Vec4
|
res |
return location for the result vector
|