]> git.tdb.fi Git - libs/math.git/commit
Add a bounding sphere class
authorMikko Rasa <tdb@tdb.fi>
Wed, 11 Sep 2013 07:15:02 +0000 (10:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 11 Sep 2013 07:15:02 +0000 (10:15 +0300)
commit69a0220ce9c71ebc92a4f9e77baf53780fee2206
tree1b425d3cbb0a5ec85b94460213e7c3fc0556594b
parent77edbd42b918f3448ab4004dfe96b8a96621c348
Add a bounding sphere class

Shapes don't produce bounding spheres yet, but it can be used for other
purposes.
source/geometry/boundingsphere.h [new file with mode: 0644]