Misplaced comment

git-svn-id: https://eggbotcode.googlecode.com/svn/trunk@153 72233254-1b6c-9e9c-5072-401df62706fb
pull/47/head
newman.daniel1 2010-10-19 04:33:36 +00:00
rodzic 06065af04d
commit ca18df1d6f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -312,8 +312,6 @@ def interstices( P1, P2, vertices, hatches ):
y2 = P1[1] + sa[i+1][0] * ( P2[1] - P1[1] )
hatches[sa[i][1]].append( [[x1, y1], [x2, y2]] )
# Lifted with impunity from eggbot.py
def inverseTransform ( tran ):
'''
An SVG transform matrix looks like
@ -355,6 +353,8 @@ def inverseTransform ( tran ):
[-tran[1][0]/D, tran[0][0]/D,
(tran[1][0]*tran[0][2] - tran[0][0]*tran[1][2])/D]]
# Lifted with impunity from eggbot.py
def subdivideCubicPath( sp, flat, i=1 ):
"""