Metadata-Version: 2.1
Name: vec2-math
Version: 0.2.0
Summary: basic vector functions in 2D
Author-email: Shay Hill <shay_public@hotmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev

# 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]`.
