Changeset 31 for trunk/robofab/Lib/robofab
- Timestamp:
- 02/05/08 10:04:25 (5 years ago)
- File:
-
- 1 edited
-
trunk/robofab/Lib/robofab/pens/filterPen.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/robofab/Lib/robofab/pens/filterPen.py
r29 r31 82 82 step = 1.0/precision 83 83 factors = range(0, precision+1) 84 print "estimateCubicCurveLength", pt0, pt1, pt2, pt385 84 for i in factors: 86 85 points.append(_getCubicPoint(i*step, pt0, pt1, pt2, pt3))
Note: See TracChangeset
for help on using the changeset viewer.
