Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 891 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 891 Bytes

is_maintained pypi_version

Vector-Class

Had a realisation that I lack a good vector class and been having to rewrite parts of it every now and then, so I wrote a simple Vector Class for 2D and 3D Vectors.

To use this class, simply download the vector file and import it into your project, alternatively, copy and paste the code from the vector file and paste it into your own file. This class will work with the most basic version of python, meaning, no need for external libraries :)
Documentation here

Things I still want to add:

  • Matrix support