(area {max-x :bbox/max-x min-x :bbox/min-x max-y :bbox/max-y min-y :bbox/min-y})
(bbox x y w h)
(centre {max-x :bbox/max-x min-x :bbox/min-x max-y :bbox/max-y min-y :bbox/min-y})
(contains? bbox-a bbox-b)
(enlargement enlarge with)
(enlargement-fn with)
(extents x1 y1 x2 y2)
(group group)
(intersects? bbox-a bbox-b)
(union bbox-a bbox-b)
cljdoc is a website building & hosting documentation for Clojure/Script libraries