Matrix4x3d.translation

Set this matrix to be a simple translation matrix. <p> The resulting matrix can be multiplied against another transformation matrix to obtain an additional translation.

@param x the offset to translate in x @param y the offset to translate in y @param z the offset to translate in z @return this

  1. Matrix4x3d translation(double x, double y, double z)
    struct Matrix4x3d
    ref return
    translation
    (
    double x
    ,
    double y
    ,
    double z
    )
  2. Matrix4x3d translation(Vector3d offset)

Meta