setMatrix2 method

void setMatrix2(
  1. Matrix2 matrix2
)

Implementation

void setMatrix2(Matrix2 matrix2) {
  setFloats(matrix2.storage);
}