]> git.localhorst.tv Git - gong.git/commit
half-{complete,assed} sphere collision detection master
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Dec 2016 15:45:56 +0000 (16:45 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Fri, 2 Dec 2016 15:45:56 +0000 (16:45 +0100)
commitf00a3e9078ef12a01c371d9d3df2ea7b3d9b2525
tree2febbe119c27260543a5383447666bc90a2f5f40
parent48d34439f3d5bc8bebabe9f0ee35970359e61bfa
half-{complete,assed} sphere collision detection
src/physics/Contact.hpp [new file with mode: 0644]
src/physics/Object.hpp
src/physics/Simulation.hpp
src/physics/Sphere.hpp [new file with mode: 0644]
src/physics/State.hpp
src/physics/objects.cpp [new file with mode: 0644]
src/physics/sim.cpp