Skip to content

Releases: j-i-l/VecPy

Supporting dimension > 3 & list methods like `append` or `len`

21 Sep 13:56
Compare
Choose a tag to compare

Vector inherits from MutableSequence now and stores coordinates in a list. This allows to define vectors of any dimension and adds support for methods like append, extend, etc.