Give an immutable key that can be used to find equivalent transformation matrices using ==.
@override Affine get toKey { final storage = Float64List(6); copyIntoCompact(storage); return _CompactAffine(storage, 0); }