summaryrefslogtreecommitdiff
path: root/third_party/spiro/ppedit/cornu.h
blob: f4a955a72f197ea1dcead4fb0a276d8dee01f890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
void
cornu_to_bpath(const double xs[], const double ys[], const double ths[], int n,
	       bezctx *bc, double tol, int closed, int kt0, int n_kt);

void
local_ths(const double xs[], const double ys[], double ths[], int n, int closed);

void
endpoint_ths(const double xs[], const double ys[], double ths[], int n);

void
tweak_ths(const double xs[], const double ys[], double ths[], int n,
	  double delt, int closed);