Skip to content

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

Latest
Compare
Choose a tag to compare
@j-i-l j-i-l released this 21 Sep 13:56
· 2 commits to master since this release

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.