Matrix4d.set4x3

Set the upper 4x3 submatrix of this {@link Matrix4d} to the given {@link Matrix4x3d} and don't change the other elements.

@see Matrix4x3d#get(Matrix4d)

@param mat the {@link Matrix4x3d} @return this

  1. Matrix4d set4x3(Matrix4x3d mat)
    struct Matrix4d
    ref return
    set4x3
  2. Matrix4d set4x3(Matrix4d mat)

Meta