EPPLER 59 AIRFOIL
// Points from e59.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/e59.dat

e59_points = [[1000,0],[950,18],[900,32],[800,52],[700,65],[600,73],[500,76],[400,77],[300,72],[250,68],[200,63],[150,56],[100,46],[75,39.5],[50,32],[25,22],[12.5,16],[0,0],[12.5,-6],[25,-7],[50,-6],[75,-4],[100,-2],[150,3],[200,8],[250,12],[300,16],[400,23],[500,28],[600,31],[700,30],[800,27],[900,19],[950,12]];

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