No description
Find a file
Morgan Holly 9f421793dd for array2d, add math ops
+ += - -= * *= / /= for SomeNumber
those plus compares and others for vec2 and vec3
2025-07-01 17:47:19 -04:00
src for array2d, add math ops 2025-07-01 17:47:19 -04:00
.gitignore add gitignore 2025-06-30 19:47:04 -04:00
LICENSE Initial commit 2025-03-17 03:44:45 -04:00
README.md Initial commit 2025-03-17 03:44:45 -04:00
vecray.nimble bump version 2025-06-30 19:49:32 -04:00

vecray

sometimes i write my own utility types instead of using an existing pkg, this is that for an array 2d/3d and vector 2d/3d. incomplete and only added to as needed