Metadata-Version: 2.1
Name: vec2-math
Version: 0.1.0
Summary: 
Author: Shay Hill
Author-email: shay_public@hotmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# vec2_math

Common vector operations in 2D. This is a collection of straightforward vector math I use often. The functions take iterable arguments so they can be called with numpy arrays, but will always return vectors as `tuple[float, float]`.

