Module Make.Path

type t = {
mutable first : int;
mutable count : int;
mutable closed : bool;
mutable nbevel : int;
mutable fill : VertexBuffer.Sub.t;
mutable stroke : VertexBuffer.Sub.t;
mutable winding : Graphv_core_lib.Winding.t;
mutable convex : bool;
}
val create : unit -> t
val reset : t -> unit