From 329b774e315b41bc0d5b7daf8737222768c8d1f3 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sat, 9 Jan 2021 11:35:40 +0100 Subject: Formalized exchanges between worker and app --- layer/ductusPrinter.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layer/ductusPrinter.ml') diff --git a/layer/ductusPrinter.ml b/layer/ductusPrinter.ml index 8383a9c..8f796b4 100755 --- a/layer/ductusPrinter.ml +++ b/layer/ductusPrinter.ml @@ -30,8 +30,8 @@ module Make(Repr: Repr.PRINTER) = struct } let quadratic_to - : Path.Point.t -> Gg.v2 -> Gg.v2 -> Path.Point.t -> repr -> repr - = fun p0 ctrl0 ctrl1 p1 { path } -> + : (t * Gg.v2 * Gg.v2 * t) -> repr -> repr + = fun (p0, ctrl0, ctrl1, p1) { path } -> let path = ref path in -- cgit v1.2.3