]> git.mxchange.org Git - simgear.git/commit
Remove fastmath funktions like discussed on the list.
authorfrohlich <frohlich>
Sun, 30 Jul 2006 07:48:06 +0000 (07:48 +0000)
committerfrohlich <frohlich>
Sun, 30 Jul 2006 07:48:06 +0000 (07:48 +0000)
commit607987def582820eb738b61d336d2a301df1c38d
treec918ca90a6201018b2b38e2d0950c6cc8a46c03f
parent397ec62180c29b0008db396de5d7cc9775992dcc
Remove fastmath funktions like discussed on the list.
Add a new header with forward declarations of the SGMath stuff.
15 files changed:
projects/VC8/SimGear.vcproj
simgear/math/Makefile.am
simgear/math/SGCMath.hxx [new file with mode: 0644]
simgear/math/SGGeodesy.hxx
simgear/math/SGLimits.hxx
simgear/math/SGMath.hxx
simgear/math/SGMathFwd.hxx [new file with mode: 0644]
simgear/math/SGMatrix.hxx
simgear/math/SGMisc.hxx
simgear/math/SGQuat.hxx
simgear/math/SGVec3.hxx
simgear/math/SGVec4.hxx
simgear/math/fastmath.cxx [deleted file]
simgear/math/fastmath.hxx [deleted file]
simgear/sound/xmlsound.cxx