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.
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.