mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 04:40:06 +00:00 
			
		
		
		
	Add GetRadarBeamAltititude into geographic lib
This commit is contained in:
		
							parent
							
								
									22ed4c36fc
								
							
						
					
					
						commit
						b84c36c91a
					
				
					 2 changed files with 35 additions and 0 deletions
				
			
		|  | @ -121,6 +121,21 @@ bool AreaInRangeOfPoint(const std::vector<common::Coordinate>& area, | |||
|                         const common::Coordinate&              point, | ||||
|                         const units::length::meters<double>    distance); | ||||
| 
 | ||||
| /**
 | ||||
|  * Get the altitude of the radar beam at a given distance, elevation and height | ||||
|  * | ||||
|  * @param [in] range The range to the radar site | ||||
|  * @param [in] elevation The elevation of the radar site | ||||
|  * @param [in] height The height of the radar site | ||||
|  * | ||||
|  * @return The altitude of the radar at that range | ||||
|  */ | ||||
| units::length::meters<double> | ||||
| GetRadarBeamAltititude(units::length::meters<double> range, | ||||
|                        units::angle::degrees<double> elevation, | ||||
|                        units::length::meters<double> height); | ||||
| 
 | ||||
| 
 | ||||
| } // namespace GeographicLib
 | ||||
| } // namespace util
 | ||||
| } // namespace qt
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 AdenKoperczak
						AdenKoperczak