root/trunk/Documentation/TypoTechnica 2005/scripts Folder/Paulus - bricks/interpol factors.py

Revision 1, 142 bytes (checked in by erik, 3 years ago)

initial import

  • Property svn:executable set to
Line 
1 stems = [85, 106, 133,152]
2
3 minstem = 73.0
4 maxstem = 180.0
5
6 print ""
7 for stem in stems:
8         print 100/(maxstem-minstem) * (stem-minstem)
9 print ""
Note: See TracBrowser for help on using the browser.