mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:30:05 +00:00
Fix 1 degree smooth coordinates location
This commit is contained in:
parent
82ea0dacd3
commit
172203ec16
1 changed files with 2 additions and 2 deletions
|
|
@ -525,9 +525,9 @@ void RadarProductManager::Initialize()
|
|||
p->CalculateCoordinates(radialGates1Degree,
|
||||
units::angle::degrees<float> {1.0f}, // Radial angle
|
||||
units::angle::degrees<float> {0.5f}, // Angle offset
|
||||
// Center of the first gate is twice the gate size
|
||||
// Center of the first gate is half the gate size
|
||||
// distance from the radar site
|
||||
2.0f,
|
||||
0.5f,
|
||||
coordinates1DegreeSmooth);
|
||||
|
||||
timer.stop();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue