added cgmath
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 6 Dec 2020 18:01:50 +0000 (20:01 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 6 Dec 2020 18:01:50 +0000 (20:01 +0200)
commit0b24071f728b7c8550daa1b7aa7c4012cb70ef4c
treec0ac2d97cab2b1d4eaee16f361ff579d10a67986
parent44a7a61d2bec54ed741930572e63e5015326daca
added cgmath
Makefile
libs/cgmath/LICENSE [new file with mode: 0644]
libs/cgmath/README.md [new file with mode: 0644]
libs/cgmath/cgmath.h [new file with mode: 0644]
libs/cgmath/cgmmat.inl [new file with mode: 0644]
libs/cgmath/cgmmisc.inl [new file with mode: 0644]
libs/cgmath/cgmquat.inl [new file with mode: 0644]
libs/cgmath/cgmray.inl [new file with mode: 0644]
libs/cgmath/cgmvec3.inl [new file with mode: 0644]
libs/cgmath/cgmvec4.inl [new file with mode: 0644]