= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package graphv_core_lib
-
graphv_core_lib
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 : Winding.t;
mutable convex : bool;
}
val create : unit -> t
val reset : t -> unit