GOE 612 AIRFOIL
// Points from goe612.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/goe612.dat

goe612_points = [[1000,0],[949.4,13.2],[898.71,28.39],[797.42,56.78],[696.35,80.18],[595.45,100.09],[494.79,114.51],[394.5,120.95],[294.55,119.9],[194.93,111.37],[145.38,101.61],[96.07,86.37],[71.55,75.7599],[47.22,61.15],[23.16,40.55],[11.29,26.51],[0,0],[13.43,-20.39],[26.2,-26.31],[51.46,-32.16],[76.6199,-35.51],[101.68,-36.87],[151.71,-37.6],[201.65,-36.32],[301.36,-29.79],[400.97,-21.26],[500.62,-13.72],[600.4,-8.68],[700.26,-5.64],[800.14,-3.09],[900.07,-1.55],[950.06,-1.27]];

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