diff options
-rw-r--r-- | creator.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,10 +16,11 @@ import sys import os.path import numpy as np -from math import sin, cos, tan, atan, sqrt, ceil +from math import sin, cos, atan, sqrt import bisect as bi import matplotlib.pyplot as plt + # This variable is required for main.py constant wing dimensions # to be passed to inheriting classes (Airfoil, Spar, Stringer, Rib). # This way, we don't have to redeclare our coordinates as parameters for |