setMatrix3 method

void setMatrix3(
  1. Matrix3 matrix3
)

Implementation

void setMatrix3(Matrix3 matrix3) {
  setFloats(matrix3.storage);
}