GOE 370 AIRFOIL
// Points from goe370.dat in the archive: http://m-selig.ae.illinois.edu/ads/archives/coord_seligFmt.tar.gz
// Not necessarily in the same order as in: http://m-selig.ae.illinois.edu/ads/coord/goe370.dat

goe370_points = [[1000,0],[949.94,11.22],[899.88,20.95],[799.79,38.3999],[699.7,54.35],[599.63,67.8],[499.58,75.75],[399.56,79.6999],[299.58,76.65],[199.63,67.1],[149.68,58.82],[99.74,46.55],[74.79,38.91],[49.84,29.77],[24.8999,18.64],[12.43,12.07],[0,0],[12.53,-5.43],[25.03,-5.36],[50.02,-3.2201],[75,0.41],[99.97,4.55],[149.92,13.82],[199.89,20.6],[299.83,30.65],[399.81,35.2],[499.82,33.25],[599.85,27.8],[699.8799,21.35],[799.93,12.9],[899.97,4.95],[949.99,2.22]];

linear_extrude(height=20)
scale([15, 15])
translate([0,0])
scale (0.001)
polygon(points=goe370_points);