Module Graphv_core_lib.Scissor

type t = {
xform : Matrix.t;
extent_0 : float;
extent_1 : float;
}
val create : unit -> t
val copy : t -> t