Metadata-Version: 2.4
Name: pVectors
Version: 0.0.5
Summary: A small python package for handling the storage and math behind vectors in 2d space based off the c# implementation
Project-URL: Homepage, https://github.com/Raahguu/pVectors
Project-URL: Issues, https://github.com/Raahguu/pVectors/issues
Author-email: Raahguu <raahguu@myyahoo.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pVectors

pVector is a python module designed to help handle vectors, and calculations around them in a simple way. It is written in python and at the moment only supports 2D vectors. This project bases vactors off of the c# implementation of them.

## Dependencies

```text
math
```

The `math` module  is just used for getting some mathmatical constants (pi, e, ...), doing square roots, and sin, and cos.
