Metadata-Version: 2.1
Name: vec2-math
Version: 0.4.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
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: commitizen ; 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]`.
