setPosition
Sets the position component of this matrix from the given vector v, without affecting the rest of the matrix.
Return
A reference to this matrix.
Sets the position component of this matrix from the given components, without affecting the rest of the matrix.
Return
A reference to this matrix.
Parameters
x
The x component of the vector or alternatively the vector object.
y
The y component of the vector.
z
The z component of the vector.