Just van Rossum 0d3ce2cafc
Use Vector in some places where it improves the clarity of the code (#2206)
* Use Vector in some places where it improves the clarity of the code

* add __all__ to vector.py

* turned some list comprehensions into generator expressions: there's no need for an intermediate list in these cases

* Add empty __slots__ to Vector, so we don't waste space on a __dict__.

* add some tests for segmentPointAtT
2021-03-04 15:32:45 +01:00
..
2021-02-25 17:16:02 +00:00
2020-09-03 14:12:49 +01:00
2021-02-25 17:16:02 +00:00
2019-08-09 12:20:13 +01:00
2021-02-25 17:16:01 +00:00
2020-11-23 14:37:01 +00:00
2020-05-07 21:58:41 +01:00
2021-02-12 12:43:58 +00:00
2020-06-02 15:13:30 -07:00
2019-08-09 12:20:13 +01:00