plusAssign
Parameters
matrix3
values from this matrix will be added to this matrix.
Parameters
matrix4
values from this matrix will be added to this matrix.
Parameters
vector2
values from vector will be added to vector.
Parameters
addend
this value will be added to both x and y of the vector.
Parameters
vector3
values from this vector will be added to this vector.
Modifies x and y components of this vector.
Parameters
vector2
values from this vector will be added to this vector.
Parameters
addend
this value will be added to x, y and z of this vector.
Parameters
vector4
values from this vector will be added to this vector.
Modifies X and Y components of this vector.
Parameters
vector2
values from this vector will be added to this vector.
Modifies X, Y, and Z components of this vector.
Parameters
vector3
values from this vector will be added to this vector.
Parameters
addend
this value will be added to X, Y, Z and W components of this vector.