Metadata-Version: 2.4
Name: vec-utils-py
Version: 0.3.2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
License-File: LICENSE
Summary: A simple vector operations library
Author-email: Akari202 <akaritwo0two@gmail.com>
License-Expression: GPL-3.0-only
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: GitHub, https://github.com/Akari202/vec-utils
Project-URL: Issues, https://github.com/Akari202/vec-utils/issues

# Vec-utils-py

This is a python library exposing much of my rust bektor crate. (used to be vec-utils)
Included objects:
* 3d Vectors
* Quaternions
* Angles
* Circles
* Some intersections

Only available from python is also the VecList struct. It can be used for faster operations on many Vec3d objects











