Skip to content
Snippets Groups Projects
  • Mads M. Pedersen's avatar
    69cb56c0
    clean up WaspGridSite + new default terrain following distance calculator · 69cb56c0
    Mads M. Pedersen authored
    - example: noj_terrain_following.py
    - move all distance calculation to distance.py
    - old TerrainFollowingDistance function(from Movflot) renamed to TerrainFollowingDistance2
    - new simpler and more efficient TerrainFollowingDistance implemented
    - WaspGridSite renamed to WaspGridSiteBase.
    - New backward-compatible WaspGridSite that allows different Distance calculation objects
    - tests
    69cb56c0
    History
    clean up WaspGridSite + new default terrain following distance calculator
    Mads M. Pedersen authored
    - example: noj_terrain_following.py
    - move all distance calculation to distance.py
    - old TerrainFollowingDistance function(from Movflot) renamed to TerrainFollowingDistance2
    - new simpler and more efficient TerrainFollowingDistance implemented
    - WaspGridSite renamed to WaspGridSiteBase.
    - New backward-compatible WaspGridSite that allows different Distance calculation objects
    - tests