mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 01:50:06 +00:00 
			
		
		
		
	Color output based on moment data
This commit is contained in:
		
							parent
							
								
									421c600ed0
								
							
						
					
					
						commit
						f004c7aee0
					
				
					 5 changed files with 176 additions and 60 deletions
				
			
		|  | @ -29,9 +29,11 @@ public: | |||
|    RadarView(RadarView&&) noexcept; | ||||
|    RadarView& operator=(RadarView&&) noexcept; | ||||
| 
 | ||||
|    double                    bearing() const; | ||||
|    double                    scale() const; | ||||
|    const std::vector<float>& vertices() const; | ||||
|    double                       bearing() const; | ||||
|    double                       scale() const; | ||||
|    const std::vector<uint8_t>&  data_moments8() const; | ||||
|    const std::vector<uint16_t>& data_moments16() const; | ||||
|    const std::vector<float>&    vertices() const; | ||||
| 
 | ||||
|    void Initialize(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat