~silnrsi/smith/+git/cu2qu-master:error-calc

Last commit made on 2016-07-21
Get this branch:
git clone -b error-calc https://git.launchpad.net/~silnrsi/smith/+git/cu2qu-master

Branch merges

Branch information

Name:
error-calc
Repository:
lp:~silnrsi/smith/+git/cu2qu-master

Recent commits

865b19c... by James Godfrey-Kittle <email address hidden>

Reduce multiplication in lerp

A lot of time is spent in this function, so I'd hoped this would make
some difference. It's about a 5~10% reduction in run time.

d7720dd... by James Godfrey-Kittle <email address hidden>

Use a non-sampling method for determining accuracy

Behdad suggested this new method a while ago, which is faster and more
accurate than sampling. The biggest issue though is that it's harder
to report a good error for the approximation. I tried to deal with
this by keeping the curve-to-spline distance function, which a user
can run to get the error which would have been returned before.

3cc8db4... by James Godfrey-Kittle

Merge pull request #30 from anthrotype/normalize-offcurves

cu2qu.pens: make sure closed contour starts with an on-curve

ae2eb8d... by Cosimo Lupo <email address hidden>

cu2qu.pens: make sure closed contour starts with an on-curve

This is still the same contour as before, as UFO spec allows both;
it's just normalized so that the first segments' off-curves appear at
the bottom, and the first point in the contour is an on-curve.

c82b78b... by James Godfrey-Kittle

Merge pull request #25 from googlei18n/reverse-contours

Add reverse_direction argument

3307c5d... by James Godfrey-Kittle <email address hidden>

Add reverse_direction argument

As described in
https://github.com/googlei18n/cu2qu/pull/20#issuecomment-213058410

79aaf25... by BehdadEsfahbod

[test] Fix seed in class setup

Fixes https://github.com/googlei18n/cu2qu/issues/24

a3922c0... by BehdadEsfahbod

Merge pull request #23 from googlei18n/tests

Simple tests

dc904ef... by James Godfrey-Kittle <email address hidden>

Move root module tests to test/ directory

57fa1f4... by James Godfrey-Kittle <email address hidden>

Merge branch 'master' into tests