Offset transformOffset(Offset point) { return Offset( (this[0] * point.dx) + (this[4] * point.dy) + this[12], (this[1] * point.dx) + (this[5] * point.dy) + this[13], ); }