Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 331 Bytes

File metadata and controls

16 lines (12 loc) · 331 Bytes

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