Matrix4x3d.set3x3

Set the left 3x3 submatrix of this {@link Matrix4x3d} to that of the given {@link Matrix4x3d} and don't change the other elements.

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

  1. Matrix4x3d set3x3(Matrix4x3d mat)
    struct Matrix4x3d
    ref return
    set3x3
  2. Matrix4x3d set3x3(Matrix3d mat)

Meta