Metadata-Version: 2.1
Name: hamolicious-vector-class
Version: 0.0.4
Summary: A small and simple vector class
Home-page: https://github.com/hamolicious/Vector-Class
Author: Hamolicous
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/hamolicious/Vector-Class/issues
Description: # Vector-Class
        Had a realisation that I lack a good vector class and been having to rewrite parts of it every now and then, so I wrote a simple Vector Class for 2D and 3D Vectors.
        
        To use this class, simply download the vector file and import it into your project, alternatively, copy and paste the code from the vector file and paste it into your own file. This class will work with the most basic version of python, meaning, no need for external libraries :)
        <br>
        
        ## Things I still want to add:
        * Matrix support
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
