concat method

void concat(
  1. Matrix3D matrix
)

Implementation

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