jamesgk
2c33e23bf3
Make "python setup.py install" actually work.
...
convert_curves is just a module (file), not a package (directory).
2015-10-05 15:58:58 -07:00
jamesgk
b1c4f96001
Don't allow this to be run as a script
2015-10-01 17:59:40 -07:00
jamesgk
c6c61105d8
Clean up stuff
...
There should be no changed functionality here. Just cleaning:
- Consistent variable naming style
- Consistent quote types for strings
- No lines over 80 characters
- At least some comment for every function
- Get rid of excessive error catching
2015-10-01 17:41:19 -07:00
jamesgk
a411cd2138
Handle segment.as_quadratic like replace_segments
...
Have a non-collection function for this, then a method of
SegmentCollection which uses that function.
2015-10-01 17:40:19 -07:00
jamesgk
72fef95dfd
Return a report of conversion
2015-10-01 17:14:58 -07:00
jamesgk
a23b97e79c
Take max N and max error as user inputs
2015-10-01 17:10:40 -07:00
jamesgk
e686d61aeb
Initial commit
2015-10-01 17:09:28 -07:00