You can search for identifiers within the package.
in-package search v0.2.0
geoml
Polygon.Convex
type nonrec t = private t
val to_list : t -> Point.t list
val fold : ('a -> Point.t -> Point.t -> 'a) -> 'a -> t -> 'a
val hull : Point.t list -> t
hull pts returns the smallest convex polygon that contains all the points in pts
val bounding : Point.t list -> t
alias for hull
module Regular : sig ... end
Module for Regular polygons