Metadata-Version: 1.1
Name: smallvectors
Version: 0.4.6
Summary: Efficient linear algebra in low dimensions
Home-page: https://github.com/fabiommendes/smallshapes
Author: Fábio Macêdo Mendes
Author-email: fabiomacedomendes@gmail.com
License: GPL
Description: `smallvectors` is a lightweight library that implements linear algebra operations
        in low dimensions. These objects were create to be used in a game engine, but
        may be useful elsewhere.
        
        Includes:
            * Vector, point and direction types
            * Arbitrary shape matrix types and some specialized matrices
            * Affine transforms
            * Quaternions
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
