Skip to main content

Vector2Dim is a python library to manage operations between vectors in 2D in a simple and intuitive way

Project description

Vector2Dim is a python library to manage operations between vectors in 2D in a simple and intuitive way.

Release Notes:
Version 0.1.1
this version now supports..
  • comparison operations \((\lt, \le, \gt, \ge, ==, \neq )\)

Version 0.1
This version supports…
  • \(+\), \(-\), \(/\), \(\cdot\), \(+=\), \(-=\), \(/=\), \(\cdot=\), \(\bmod\), \(\bmod=\), \(neg\), \(pos\), \(abs\)

  • cross and inner product

  • norm, magnitude and squared magnitude

  • set and limit magnitude

  • rotation and distance calculation

  • etc…

Install notes:

  • you can install the library via pip

pip install vector2dim
  • or you can build from source

git clone https://github.com/PasqualeMainolfi/Vector2Dim.git
cd vector2dim
make all

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vector2Dim-0.1.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

vector2Dim-0.1.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page