Fri Feb 7 11:31:53 AM EST 2025

This commit is contained in:
Silas Bartha 2025-02-07 11:31:53 -05:00
parent 6c112cc9b0
commit a31602c77b

View File

@ -78,7 +78,7 @@ mons_math/src/
├── vec3.c
└── vec4.c
```
(i won't get into implementation details too much in this post in the interest of brevity, but i'll have all this up on my [git server](https://git.exvacuum.dev) soon)
(i won't get into implementation details too much in this post in the interest of brevity, but all the code is available on my [git server](https://git.exvacuum.dev/mons/))
i found writing the matrix and vector operations super satisfying in spite of the repetition for different dimensionalities