A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.


Keywords
vector, 2d, physics, games, pygame, vector2d, game-2d, game-development, pygame-2d-engine, pyqt
License
MIT
Install
pip install vector-2d==1.5.2

Documentation

VECTOR

A module witch implements a two-dimensional vector, both in cartesian and polar coordinates.

Downloads

Installation

pip install vector-2d

Usage

from vector_2d import Vector
from vector_2d import VectorPolar