inkstitch / pyembroidery

libembroidery/EmbroideryFormats converted to python
MIT License
72 stars 28 forks source link

Full Matrix modifications, or remove translate. #32

Closed tatarize closed 6 years ago

tatarize commented 6 years ago

The translate option is mostly pointless and could be removed, that or go the other way and convert it to a full matrix to be applied points during the encoding. This would mean in addition to translate, it would add scale, rotate, operations. Though I'm not sure that even translate does anything worthwhile.

tatarize commented 6 years ago

The scale was too good and the math was too easy.