An open API service indexing awesome lists of open source software.

https://github.com/jdonszelmann/vector

vector library in python
https://github.com/jdonszelmann/vector

Last synced: about 1 year ago
JSON representation

vector library in python

Awesome Lists containing this project

README

          

# Vector library for python

supports most common vector operations in one simple object

## Usage:

download as zip, extract. paste this folder (named Vector) inside the root directory of your project.

```
from Vector import Vector, Vector3, Vector2
```