Matrix4x3d.setTranslation

Set only the translation components <code>(m30, m31, m32)</code> of this matrix to the given values <code>(xyz.x, xyz.y, xyz.z)</code>. <p> To build a translation matrix instead, use {@link #translation(Vector3d)}. To apply a translation, use {@link #translate(Vector3d)}.

@see #translation(Vector3d) @see #translate(Vector3d)

@param xyz the units to translate in <code>(x, y, z)</code> @return this

  1. Matrix4x3d setTranslation(double x, double y, double z)
  2. Matrix4x3d setTranslation(Vector3d xyz)
    struct Matrix4x3d
    ref public return
    setTranslation

Meta