]> git.localhorst.tv Git - blobs.git/commit
add ray/box intersect test
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 7 Dec 2017 10:08:11 +0000 (11:08 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 7 Dec 2017 10:08:11 +0000 (11:08 +0100)
commit348143f5e41a5692ed7c8deab200f3c62f4395a2
tree5dcf296cf9f4af9555023f1b1f484c56a52fd4e9
parent237297d676d6841a35d320cc910a2d42aa9c13ef
add ray/box intersect test
src/graphics/viewport.cpp
src/math/const.hpp
src/math/geometry.cpp
src/math/geometry.hpp
src/world/world.cpp
tst/math/IntersectTest.cpp [new file with mode: 0644]
tst/math/IntersectTest.hpp [new file with mode: 0644]
tst/world/OrbitTest.cpp