divide


Description:

[ Version ( since = "1.0" ) ]
public Vec3 divide (Vec3 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 Vec3

b

a Vec3

res

return location for the resulting vector