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
..
2019-08-09 12:20:13 +01:00
2021-02-15 10:42:59 +00:00
2020-04-01 19:23:57 +01:00
2020-05-13 15:45:27 +01:00
2019-08-09 12:20:13 +01:00
2020-03-11 13:59:05 +00:00
2021-02-25 17:16:01 +00:00
2019-08-09 12:20:13 +01:00
2021-02-25 17:16:01 +00:00
2020-04-25 07:57:14 -04:00
2019-06-14 16:06:04 +01:00
2020-03-20 14:15:00 +01:00