introduce the runway
Šī revīzija ir iekļauta:
12
aman/types/Runway.py
Parasts fails
12
aman/types/Runway.py
Parasts fails
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from aman.types.Waypoint import Waypoint
|
||||
|
||||
class Runway:
|
||||
def __init__(self, start : Waypoint, end : Waypoint):
|
||||
self.name = start.name
|
||||
self.start = start
|
||||
self.end = end
|
||||
|
||||
def heading(self):
|
||||
return self.start.bearing(self.end)
|
||||
Atsaukties uz šo jaunā problēmā
Block a user