mjneil/CruftEngine

Add 3d math classes

katamaritaco opened this issue · 5 comments

❗ Added a checklist here:

  • vec4
  • mat4

I'm going to do mat3, you can do any of the ones that involve 3d

As far as implementation, we want vecs to be represented as objects, so they have properties like myVec.x myVec.y myVec.zand the mat objects would as an array

Alright cool. I will try to find some time soon to look into those.

I would assign myself but it looks like I can't

idk why I cant assign you