Date: | 2015-05-23 14:25:43 (8 years 4 months ago) |
---|---|
Author: | Werner Almesberger |
Commit: | d72d649c3038b741f45821894ebfe91d6be81d9f |
Message: | sfc/slicer.py: correct last position tracking for mech_eps |
Files: |
sfc/slicer.py (1 diff) |
Change Details
sfc/slicer.py | ||
---|---|---|
83 | 83 | first = v |
84 | 84 | if last is None or dist(v, last) >= mech_eps: |
85 | 85 | print_vec(v, z) |
86 | last = v | |
86 | last = v | |
87 | 87 | if first is not None: |
88 | 88 | print_vec(first, z) |
89 | 89 |
Branches:
master