void concat(Matrix3D matrix)

Source

void concat(Matrix3D matrix) {
  this.copyFromAndConcat(this, matrix);
}