Vector.add(v, [y], [z])
Adds x, y, and z components to a vector, adds one vector to another.
Type: function
Parameter(s):
- v {Vector | Number}:
Either a full vector or an
xcomponent. - y {Number} Optional:
The
ycomponent. - z {Number} Optional:
The
zcomponent.