|
f364970403
|
style and type fixes (per flake8)
could potentially fix some bugs in `Library` class and dxf reader
|
2020-10-16 19:00:50 -07:00 |
|
|
0e04633f61
|
Force use of keyword args on most constructors
|
2020-09-20 16:32:17 -07:00 |
|
|
49a3b4e322
|
add support for annotations
and other fixes
|
2020-09-20 16:32:17 -07:00 |
|
|
f57ccc073d
|
add raw arg, which skips setter funcs
|
2020-09-20 16:32:17 -07:00 |
|
|
629a6a9ba2
|
enable per-shape repetitions
|
2020-09-20 16:32:16 -07:00 |
|
|
bab40474a0
|
Add repetitions and split up code into traits
|
2020-09-20 16:32:16 -07:00 |
|
|
d4fbdd8d27
|
add fast-path for 0-degree rotations
|
2020-08-11 01:19:15 -07:00 |
|
|
c236fdb81b
|
Add __repr__ methods to most objects`
These are closer to what __str__ should be and will likely change in the
future.
|
2020-05-11 20:31:07 -07:00 |
|
|
c79eee2a8c
|
Stricter locking (lock contained ndarrays and turn lists into tuples)
|
2020-05-11 19:29:00 -07:00 |
|
|
157df47884
|
Improve type annotations based on mypy errors
|
2020-05-11 19:09:35 -07:00 |
|
|
fa8fc52dd6
|
Improve consistency of ndarray members
|
2020-05-11 18:49:30 -07:00 |
|
|
334633662e
|
Remove extra __author__ declarations
|
2020-05-11 18:41:13 -07:00 |
|
|
df179c9233
|
Improve type annotations for layer
|
2020-05-11 18:39:02 -07:00 |
|
|
5adabfd25a
|
Docstring format change
(new param and return format)
Also some minor code formatting fixes in utils
|
2020-02-17 21:02:53 -08:00 |
|
|
25c9e591cb
|
shapes: unlock before modifying during deepcopy
|
2019-12-13 21:18:31 -08:00 |
|
|
e0db621595
|
allow locking of all objects
|
2019-12-13 21:18:31 -08:00 |
|
|
2259e7987b
|
don't rename shape.to_polygons() args
|
2019-06-09 23:59:55 -07:00 |
|
|
a154555902
|
Add TODO noting that polygon mirroring could be normalized
|
2019-05-17 00:42:14 -07:00 |
|
|
032c410b43
|
Add mirror_x to extrinsic properties
It's not implemented for Polygon shapes, since I haven't thought about
how to normalize those for reflection yet
|
2019-05-17 00:41:26 -07:00 |
|
|
16c6bfc70a
|
Cosmetic changes to argument lists
|
2019-05-17 00:39:46 -07:00 |
|
|
38f64f7c62
|
Use __slots__ for class members
Also use the other sort of type hints for instance variables
|
2019-05-17 00:37:56 -07:00 |
|
|
a461446059
|
Custom deepcopy() implementations to help speed things up
|
2019-05-15 00:19:37 -07:00 |
|
|
ee6699a7de
|
fix alternate polygon constructors
|
2019-04-20 15:44:45 -07:00 |
|
|
d53c9487ff
|
Comment and error-checking fixes
|
2019-04-20 14:19:18 -07:00 |
|
|
c6fac19fe0
|
Set standard constructor arg order and add rotation and mirrored args where reasonable
|
2019-04-20 14:18:25 -07:00 |
|
|
8dfb6d4440
|
Move vertex-cleanup functions to utils and generalize for non-closed paths
|
2019-04-20 00:35:53 -07:00 |
|
|
bc557a54b7
|
fix typo in comment
|
2019-03-31 20:57:18 -07:00 |
|
|
eb6a5d8e8c
|
Add shapes.Polygon.rect() for simpler construction of various axis-aligned rectangles
|
2018-11-23 18:31:56 -08:00 |
|
|
ef305cbac9
|
Fix syntax
|
2018-11-23 18:09:14 -08:00 |
|
|
ab483fc9d4
|
Remove pyclipper dependency; remove shape.cut()
|
2018-11-13 23:32:26 -08:00 |
|
|
df5c61f1d4
|
Clarify that rectangle/square is centered on the origin
Eventually, should allow arbitrary limit combination (rather than center
+ width)
|
2018-10-28 13:34:09 -07:00 |
|
|
d5a255a9d7
|
Add mirror() to shapes
Might need to fix ordering on Text.to_polygons()
|
2018-04-14 15:27:56 -07:00 |
|
|
9308454ad4
|
allow cutting any shape, always require pyclipper
|
2017-10-17 12:35:56 -07:00 |
|
|
87c2ef5948
|
use pyclipper for polygon cutting
|
2017-10-17 11:09:53 -07:00 |
|
|
83d163a102
|
fix typo
|
2017-09-08 14:26:27 -07:00 |
|
|
f4b8f513d4
|
fix typos
|
2017-09-08 10:30:56 -07:00 |
|
|
01395134ee
|
Also clean vertices before cutting
|
2017-09-07 21:59:44 -07:00 |
|
|
723944018e
|
add documentation to Polygon.cut()
|
2017-09-06 21:03:39 -07:00 |
|
|
cea172e7f2
|
Make cut generate clean polygons
|
2017-09-06 21:03:23 -07:00 |
|
|
4466198924
|
Add cut() function for polygon
|
2017-09-06 01:16:44 -07:00 |
|
|
3d52566016
|
Improve error handling
|
2017-09-06 01:14:46 -07:00 |
|
jan
|
5bf486ac81
|
Add all files to repository
|
2016-03-15 19:12:39 -07:00 |
|