setup.py
src/smallvectors/__init__.py
src/smallvectors/arithmetic.py
src/smallvectors/array.py
src/smallvectors/meta.py
src/smallvectors/overloads.py
src/smallvectors/quaternion.py
src/smallvectors/sequence.py
src/smallvectors/tools.py
src/smallvectors/util.py
src/smallvectors/vecarray.py
src/smallvectors.egg-info/PKG-INFO
src/smallvectors.egg-info/SOURCES.txt
src/smallvectors.egg-info/dependency_links.txt
src/smallvectors.egg-info/pbr.json
src/smallvectors.egg-info/requires.txt
src/smallvectors.egg-info/top_level.txt
src/smallvectors/affine/__init__.py
src/smallvectors/affine/affine.py
src/smallvectors/core/__init__.py
src/smallvectors/core/decorators.py
src/smallvectors/core/flatobject.py
src/smallvectors/core/metatypes.py
src/smallvectors/core/util.py
src/smallvectors/generics/__init__.py
src/smallvectors/generics/base.py
src/smallvectors/matrix/__init__.py
src/smallvectors/matrix/base.py
src/smallvectors/matrix/mat2.py
src/smallvectors/matrix/mat3.py
src/smallvectors/tests/__init__.py
src/smallvectors/tests/__main__.py
src/smallvectors/tests/base.py
src/smallvectors/tests/vec_tests.py
src/smallvectors/tests/vector_tests.py
src/smallvectors/vec_or_point/__init__.py
src/smallvectors/vec_or_point/anypoint.py
src/smallvectors/vec_or_point/anyvec.py
src/smallvectors/vec_or_point/dim2.py
src/smallvectors/vec_or_point/dim3.py
src/smallvectors/vec_or_point/dim4.py
src/smallvectors/vec_or_point/overloads.py
src/smallvectors/vec_or_point/util.py
src/smallvectors/vec_or_point/vec_or_point.py