Metadata-Version: 2.1
Name: vector-2d
Version: 1.2.2
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
Keywords: vector,2d,physics,games,pygame
Platform: UNKNOWN
Description-Content-Type: text/markdown

# 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
```


