divide
Description:
[
Version ( since =
"1.0" ) ]
public Vec2 divide (
Vec2 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 Vec2
|
b |
a Vec2
|
res |
return location for the result
|