aboutsummaryrefslogtreecommitdiff
path: root/path/fixed.ml
diff options
context:
space:
mode:
Diffstat (limited to 'path/fixed.ml')
-rwxr-xr-xpath/fixed.ml6
1 files changed, 0 insertions, 6 deletions
diff --git a/path/fixed.ml b/path/fixed.ml
index 95a42d5..cb2c27f 100755
--- a/path/fixed.ml
+++ b/path/fixed.ml
@@ -4,13 +4,8 @@ open StdLabels
module type P = sig
type t
- val empty : t
-
val get_coord : t -> Gg.v2
- (** Copy a point and all thoses properties to the given location *)
- val copy : t -> Gg.v2 -> t
-
end
module Make(Point:P) = struct
@@ -185,7 +180,6 @@ module Make(Point:P) = struct
| Curve bezier -> f bezier.p0 ; f bezier.p1
)
-
let remove_point
: t -> Point.t -> t
= fun {id; path} point ->