setMatrix2 method

void setMatrix2(
  1. String key,
  2. Matrix2 matrix
)

Set a Matrix2 at the given key on the buffer.

Implementation

void setMatrix2(String key, Matrix2 matrix) => _setValue(key, matrix.storage);