Changeset 69 in pacpusframework for trunk/include/Pacpus/PacpusTools/geodesie.h


Ignore:
Timestamp:
01/10/13 00:04:42 (11 years ago)
Author:
Marek Kurdej
Message:

Added: more documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/geodesie.h

    r67 r69  
    3131
    3232////////////////////////////////////////////////////////////////////////
     33/// 9x9 matrix ???
     34///
    3335/// @todo Documentation
    3436/// @todo Rewrite!
     
    5860    /// Dtor of Raf98 class.
    5961    ~Raf98();
     62   
    6063    /// @todo Documentation
    6164    /// @param s filepath
    6265    bool Load(const std::string & s);
     66   
    6367    /// @todo Documentation
    6468    /// @param longitude [degrees]
    6569    /// @param latitude [degrees]
     70    /// @param Hwgs84 Output: interpolated altitude using WGS84 geoid model [meters]
    6671    bool Interpol(double longitude/*deg*/, double latitude/*deg*/, double* Hwgs84) const;
    6772   
Note: See TracChangeset for help on using the changeset viewer.