Clpr.Paths64
Clipping (boolean), offseting, simplification, and minkowski operations on sequences of Path64.t
The Clipper2 paths type (std::vector of path)
These lists of contours are not organized hierarchically (by parent-child / outer-hole) relationships, and may include any number of open paths or polygons.
val make : unit -> t
val reserve : t -> int -> unit
reserve t n
Reserves memory for up to n
path elements in the paths vector t
.
val of_tups : (int64 * int64) list list -> t
val length : t -> int
val sublength : t -> int -> int
val unsafe_sublength : t -> int -> int
val strip_duplicates : ?closed:bool -> t -> unit
val area : t -> float
val bounds : t -> {rect64}5