void prepend(Matrix3D matrix)

Source

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