Module Graphv_webgl.Bounds

type t = {
xmin : float;
ymin : float;
xmax : float;
ymax : float;
}
val scale : t -> float -> t
val empty : t