circuitpython/shared-module/vectorio
Kenny b5837b157d improve transpose and mirror
* add heuristic to avoid drawing area unnecessarily
* fix Polygon.points
* fix transpose
* fix mirror x and y

Known broken:
Polygon with negative Y coordinates does not work right.
2021-08-07 19:31:22 -07:00
..
__init__.c Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
__init__.h Fix up end of file and trailing whitespace. 2020-06-03 10:56:35 +01:00
Circle.c vectorio: add draw protocol 2021-08-02 20:19:54 -07:00
Circle.h vectorio: add draw protocol 2021-08-02 20:19:54 -07:00
Polygon.c improve transpose and mirror 2021-08-07 19:31:22 -07:00
Polygon.h improve transpose and mirror 2021-08-07 19:31:22 -07:00
Rectangle.c fix linter 2021-08-02 20:38:37 -07:00
Rectangle.h vectorio: add draw protocol 2021-08-02 20:19:54 -07:00
VectorShape.c improve transpose and mirror 2021-08-07 19:31:22 -07:00
VectorShape.h vectorio: add draw protocol 2021-08-02 20:19:54 -07:00