From 42c3c122c4f53dd68bcdd89411835887c3ae0af9 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 11 Jan 2021 11:33:32 +0100 Subject: Outline module --- script.it/selection.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script.it/selection.mli') diff --git a/script.it/selection.mli b/script.it/selection.mli index a405edc..984eae6 100755 --- a/script.it/selection.mli +++ b/script.it/selection.mli @@ -14,10 +14,10 @@ val threshold : float *) val get_from_paths - : (float * float) -> Path.Fixed.t list -> float * (Gg.v2 * Path.Fixed.t * Path.Point.t * Path.Point.t) option + : (float * float) -> Outline.t list -> float * (Gg.v2 * Outline.t * Path.Point.t * Path.Point.t) option val select_path - : Path.Fixed.t -> t + : Outline.t -> t val select_point - : Path.Fixed.t -> Gg.v2 -> t + : Outline.t -> Gg.v2 -> t -- cgit v1.2.3