Declare specified functions, otherwise MIPSpro bails out.

This commit is contained in:
ehofman
2006-02-21 09:48:33 +00:00
parent 4e7fe460a5
commit 1d8d203e9e
2 changed files with 4 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ public:
/// Note that this conversion is relatively expensive to compute
SGGeoc(const SGGeod& geod);
SGGeoc(const SGVec3<double>& cart);
/// Factory from angular values in radians and radius in ft
static SGGeoc fromRadFt(double lon, double lat, double radius);
/// Factory from angular values in degrees and radius in ft

View File

@@ -34,6 +34,8 @@ public:
/// Note that this conversion is relatively expensive to compute
SGGeod(const SGGeoc& geoc);
SGGeod(const SGVec3<double>& cart);
/// Factory from angular values in radians and elevation is 0
static SGGeod fromRad(double lon, double lat);
/// Factory from angular values in degrees and elevation is 0