♻️ Moved math and some geom namespaces to common

This commit is contained in:
alonso.torres 2020-05-21 15:27:33 +02:00
parent d21a3e7ca2
commit 7d464c14c0
60 changed files with 172 additions and 761 deletions

View file

@ -11,8 +11,8 @@
(:require
[cljs.spec.alpha :as s]
[clojure.set :as set]
[uxbox.util.geom.shapes :as gsh]
[uxbox.util.geom.point :as gpt]))
[uxbox.common.geom.shapes :as gsh]
[uxbox.common.geom.point :as gpt]))
(defn- frame-snap-points [{:keys [x y width height] :as frame}]
(into #{(gpt/point x y)