prepend method

void prepend(
  1. Matrix3D matrix
)

Implementation

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