initial commit
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 5 Aug 2024 07:45:40 +0000 (10:45 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 5 Aug 2024 07:45:40 +0000 (10:45 +0300)
commit679401102915abaecfde5c07c813201c127ac6fe
treeeeda0edcef57af15eec401889683ccaf3a13e521
initial commit
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
src/cgmath/cgmath.h [new file with mode: 0644]
src/cgmath/cgmmat.inl [new file with mode: 0644]
src/cgmath/cgmmisc.inl [new file with mode: 0644]
src/cgmath/cgmquat.inl [new file with mode: 0644]
src/cgmath/cgmray.inl [new file with mode: 0644]
src/cgmath/cgmvec3.inl [new file with mode: 0644]
src/cgmath/cgmvec4.inl [new file with mode: 0644]
src/main.c [new file with mode: 0644]