Add 3d math classes
katamaritaco opened this issue · 5 comments
katamaritaco commented
❗ Added a checklist here:
- vec4
- mat4
mjneil commented
I'm going to do mat3, you can do any of the ones that involve 3d
mjneil commented
As far as implementation, we want vecs to be represented as objects, so they have properties like myVec.x myVec.y myVec.z
and the mat objects would as an array
katamaritaco commented
Alright cool. I will try to find some time soon to look into those.
katamaritaco commented
I would assign myself but it looks like I can't
Squeakrats commented
idk why I cant assign you