]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/SGGeoc.hxx
Ignore generated binaries.
[simgear.git] / simgear / math / SGGeoc.hxx
index 5b4f24cd7ab0954661fe63986f764e54abbf987a..6810be309e310459eb6e7e271ca439a05b37faa5 100644 (file)
@@ -28,9 +28,10 @@ class SGGeoc {
 public:
   /// Default constructor, initializes the instance to lat = lon = lat = 0
   SGGeoc(void);
-// You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+  /// Initialize from a cartesian vector assumed to be in meters
+  /// Note that this conversion is relatively expensive to compute
+  SGGeoc(const SGVec3<double>& cart);
+  /// Initialize from a geodetic position
   /// Note that this conversion is relatively expensive to compute
   SGGeoc(const SGGeod& geod);