Set a Matrix3 at the given key.
key
void setMatrix3(String key, Matrix3 matrix) => _set(key, matrix.storage);