X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGGeod.hxx;h=9a9ab14651d43fd19e3b3b4f237ad0f7fd656d73;hb=66c9187c95fb6861d9737f135fdf68d1bfa265f3;hp=a7153334d5d78fe0e9061bde320270179279bfe4;hpb=5dfa4c0840b65377bba3224d24f2443d836e0782;p=simgear.git diff --git a/simgear/math/SGGeod.hxx b/simgear/math/SGGeod.hxx index a7153334..9a9ab146 100644 --- a/simgear/math/SGGeod.hxx +++ b/simgear/math/SGGeod.hxx @@ -20,10 +20,6 @@ #include -#ifndef NO_OPENSCENEGRAPH_INTERFACE -#include -#endif - // #define SG_GEOD_NATIVE_DEGREE /// Class representing a geodetic location @@ -89,19 +85,6 @@ public: // Compare two geodetic positions for equality bool operator == ( const SGGeod & other ) const; -#ifndef NO_OPENSCENEGRAPH_INTERFACE - // Create a local coordinate frame in the earth-centered frame of - // reference. X points north, Z points down. - // makeSimulationFrameRelative() only includes rotation. - osg::Matrix makeSimulationFrameRelative() const; - osg::Matrix makeSimulationFrame() const; - - // Create a Z-up local coordinate frame in the earth-centered frame - // of reference. This is what scenery models, etc. expect. - // makeZUpFrameRelative() only includes rotation. - osg::Matrix makeZUpFrameRelative() const; - osg::Matrix makeZUpFrame() const; -#endif private: /// This one is private since construction is not unique if you do /// not know the units of the arguments. Use the factory methods for