aboutsummaryrefslogtreecommitdiff
path: root/script.it/selection.mli
diff options
context:
space:
mode:
Diffstat (limited to 'script.it/selection.mli')
-rwxr-xr-xscript.it/selection.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/script.it/selection.mli b/script.it/selection.mli
index 01f12dc..a405edc 100755
--- a/script.it/selection.mli
+++ b/script.it/selection.mli
@@ -2,6 +2,8 @@ type t =
| Path of int
| Point of (int * Path.Point.t)
+val threshold : float
+
(** Return the closest path from the list to a given point.
The path is returned with all thoses informations :