]> git.mxchange.org Git - simgear.git/commit
Modified Files:
authorfrohlich <frohlich>
Wed, 27 Dec 2006 09:23:39 +0000 (09:23 +0000)
committerfrohlich <frohlich>
Wed, 27 Dec 2006 09:23:39 +0000 (09:23 +0000)
commitde020ee69524393daf11200aa0a46bfd5aa2409a
treeb062eec70ee14fd68fa9a4662b572048886d9a3e
parent3b834876116eef4f0bda3b18d38911163cf5a0e5
Modified Files:
Makefile.am SGMathTest.cxx SGQuat.hxx SGVec3.hxx
Added Files:
SGBox.hxx SGGeometry.hxx SGGeometryFwd.hxx SGGeometryTest.cxx
SGIntersect.hxx SGLineSegment.hxx SGPlane.hxx SGRay.hxx
SGSphere.hxx SGTriangle.hxx:
Small updates to the vector code, new geometry and collision
classes for use with a bv tree to speed up collission tests.
Also included is a rought unit test for the collissions.
14 files changed:
simgear/math/Makefile.am
simgear/math/SGBox.hxx [new file with mode: 0644]
simgear/math/SGGeometry.hxx [new file with mode: 0644]
simgear/math/SGGeometryFwd.hxx [new file with mode: 0644]
simgear/math/SGGeometryTest.cxx [new file with mode: 0644]
simgear/math/SGIntersect.hxx [new file with mode: 0644]
simgear/math/SGLineSegment.hxx [new file with mode: 0644]
simgear/math/SGMathTest.cxx
simgear/math/SGPlane.hxx [new file with mode: 0644]
simgear/math/SGQuat.hxx
simgear/math/SGRay.hxx [new file with mode: 0644]
simgear/math/SGSphere.hxx [new file with mode: 0644]
simgear/math/SGTriangle.hxx [new file with mode: 0644]
simgear/math/SGVec3.hxx