clone method

Mat33 clone()

Clone this matrix

Implementation

Mat33 clone() {
  return Mat33().fromArray(elements);
}