Metadata-Version: 2.1
Name: vector-2d
Version: 1.0.0
Summary: A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.
Home-page: https://github.com/betados/vector_2D
Author: Álvaro Torres Ochaita
Author-email: torrestal@gmail.com
License: MIT
Description: # VECTOR
        A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.
        
        [![Downloads](http://pepy.tech/badge/vector-2d)](http://pepy.tech/project/vector-2d)
        
        ## Installation
        
         ```bash
         pip install vector-2d
         ```
        
        ## Usage
        ``` python
        from vector_2D import Vector
        from vector_2D import VectorPolar
        ```
Keywords: vector,2d,physics,games,pygame
Platform: UNKNOWN
Description-Content-Type: text/markdown
