divide


Description:

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

Divides each component of the first operand this by the corresponding component of the second operand b , and places the results into the vector res.

Parameters:

this

a Vec4

b

a Vec4

res

return location for the resulting vector