Skip to content

Pyvect (or) Python Vector is an open-source python module which is created for the purpose of simplifying most of the popular vector algebra calculations from the angle between vectors, projection of one vector over the other to some higher vector calculations like finding the area, distance, volume and centroid of various popular vector shapes …

License

Notifications You must be signed in to change notification settings

ToastCoder/pyvect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyvect

Pyvect (or) Python Vector is an open source python module which is created for the purpose of simplifying most of the popular vector algebra calculations from basic angle between vectors, projection of one vector over the other to some higher vector calculations like finding the area, distance, volume and centroid of various popular vector shapes and much more.

( Currently working under independency in code and will be updated in PyPi soon. )

Developed by:

Installation:

Use pip to install pyvect.

pip install pyvect

If the above command doesn't work, then use the following command

pip3 install pyvect

Importing pyvect to your program:

import pyvect

Documentation:

Click here to view the documentation

License:

MIT

Any bugs/suggestions:

Leave a message here

About

Pyvect (or) Python Vector is an open-source python module which is created for the purpose of simplifying most of the popular vector algebra calculations from the angle between vectors, projection of one vector over the other to some higher vector calculations like finding the area, distance, volume and centroid of various popular vector shapes …

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages