module Convex_planar_polygon: sig .. end
sig
end
type t
val create' : unit -> t
unit -> t
val add : t -> Osg.Vec3.t -> unit
t -> Osg.Vec3.t -> unit
val create : Osg.Vec3.t list -> t
Osg.Vec3.t list -> t