From 986a36b3728eba40789d6063997dafda67b519ec Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 20 Dec 2020 06:38:04 +0100 Subject: Update --- path/point.mli | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'path/point.mli') diff --git a/path/point.mli b/path/point.mli index 6418de4..521eced 100755 --- a/path/point.mli +++ b/path/point.mli @@ -12,24 +12,3 @@ val copy : t -> Gg.v2 -> t val get_coord' : t -> Gg.v2 - -type 'a repr - -val create_path - : unit -> 'a repr - -(* Start a new path. *) -val start - : t -> 'a repr -> 'a repr - -val line_to - : t -> 'a repr -> 'a repr - -val quadratic_to - : t -> t -> t -> t -> 'a repr -> 'a repr - -val stop - : 'a repr -> 'a repr - -val get - : 'a repr -> 'a CanvaPrinter.t -- cgit v1.2.3