aboutsummaryrefslogtreecommitdiff
path: root/path/fixed.mli
diff options
context:
space:
mode:
Diffstat (limited to 'path/fixed.mli')
-rwxr-xr-xpath/fixed.mli6
1 files changed, 6 insertions, 0 deletions
diff --git a/path/fixed.mli b/path/fixed.mli
index c6af84d..32f6012 100755
--- a/path/fixed.mli
+++ b/path/fixed.mli
@@ -40,9 +40,15 @@ module Make(Point:P) : sig
val distance
: Gg.v2 -> t -> (Gg.v2 * float * Point.t * Point.t) option
+ val iter
+ : t -> f:(Point.t -> unit) -> unit
+
val map_point
: t -> (Point.t -> Point.t) -> t
+ val remove_point
+ : t -> Point.t -> t
+
type bezier =
{ p0:Point.t (* The starting point *)
; p1:Point.t (* The end point *)