Objects¶
- class objects.aircraft.Aircraft(name: str, position, speed, acceleration, radius: float = 1)[source]¶
The Aircraft object
Provide methods for simulation aircraft object Contains only logic methods without visualisation
- class objects.maneuvers.CenterFold(duration: int, obj: Aircraft)[source]¶
Class for centerfold maneouver
- class objects.maneuvers.ChangeHeight(duration: int, obj: Aircraft, new_height: int)[source]¶
Class for change height maneouver
- class objects.maneuvers.ChangeSpeed(duration: int, obj: Aircraft, new_speed)[source]¶
Class for change speed maneouver