started on the fracture code
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 Jan 2023 00:23:15 +0000 (02:23 +0200)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 Jan 2023 00:23:15 +0000 (02:23 +0200)
commit0b9d8564e9c3785a69829a8faa67f5169185d8fd
treeaafcfa80a69ef4c9092888d880cbd5e9883b8d5f
parent3266468aa891bea6bda03f64ecba7da2a29d09c3
started on the fracture code
12 files changed:
main.c
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/frac.c [new file with mode: 0644]
src/frac.h [new file with mode: 0644]
src/geom.c [new file with mode: 0644]
src/geom.h [new file with mode: 0644]