Whitespace
This commit is contained in:
parent
244f06de9b
commit
af6d2809b5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Hodograph():
|
|||
r = self.radius * min(wind_speed, WIND_SPEED_MAX) / WIND_SPEED_MAX
|
||||
|
||||
return (
|
||||
self.offset_x * self.width + r * math.cos(radians(wind_dir)),
|
||||
self.offset_x * self.width + r * math.cos(radians(wind_dir)),
|
||||
self.offset_y * self.height + r * math.sin(radians(wind_dir))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue