Metadata-Version: 2.1
Name: vectorObjects
Version: 0.2.0
Summary: Object approach to common dimensional vectors
Home-page: UNKNOWN
Author: Samuel Baker
Author-email: samuelbaker.researcher@gmail.com
Maintainer: Samuel Baker
Maintainer-email: samuelbaker.researcher@gmail.com
License: MIT
Download-URL: https://github.com/sbaker-dev/vectorObjects
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.18.5)


# vectorObjects
#### Object approach to common dimensional vectors 

As part of the [mmdParser][mmd] project of converting and extending the now archived [pymeshio][pymesh], a set of common
functions programmed as part of the pymeshio relating to Vectors and 3D object rotation matrices where extracted, and 
then generalised where possible. This was due to some of these objects also having the potential to be used outside of
this specific use case.

vectorObjects also has the ability to allow you to create your own vectors, not pre defined within vectorObjects, 
quickly via inheritance from a master class of methods. All source code is available on the project [github page][pro]

[mmd]: https://github.com/sbaker-dev/mmdParser
[pymesh]: https://github.com/ousttrue/pymeshio
[docpath]: https://github.com/sbaker-dev/vectorObjects/Examples
[pro]: https://github.com/sbaker-dev/vectorObjects


