inverted constant

QuiltedGridRepeatPattern const inverted

Every two blocks, the pattern is inverted (by central inversion).

For example, the following pattern:

A A C D A A E E

Will be inverted to:

E E A A D C A A

Implementation

static const QuiltedGridRepeatPattern inverted =
    _QuiltedGridRepeatInvertedPattern();