setMatrix3 method

void setMatrix3(
  1. String key,
  2. Matrix3 matrix
)

Set a Matrix3 at the given key on the buffer.

Implementation

void setMatrix3(String key, Matrix3 matrix) => _setValue(key, matrix.storage);