diff options
Diffstat (limited to 'support/dxf_export/bezmisc.py')
-rwxr-xr-x | support/dxf_export/bezmisc.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/support/dxf_export/bezmisc.py b/support/dxf_export/bezmisc.py index e663fa6..b7f5429 100755 --- a/support/dxf_export/bezmisc.py +++ b/support/dxf_export/bezmisc.py @@ -243,7 +243,6 @@ def beziertatlength(((bx0,by0),(bx1,by1),(bx2,by2),(bx3,by3)), l = 0.5, toleranc bezierlength = bezierlengthSimpson if __name__ == '__main__': - import timing #print linebezierintersect(((,),(,)),((,),(,),(,),(,))) #print linebezierintersect(((0,1),(0,-1)),((-1,0),(-.5,0),(.5,0),(1,0))) tol = 0.00000001 @@ -271,4 +270,4 @@ if __name__ == '__main__': print beziertatlength(curve,0.5) -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 |