♻️ 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

@ -9,8 +9,8 @@
(ns uxbox.util.geom.grid
(:require
[uxbox.util.math :as mth]
[uxbox.util.geom.point :as gpt]))
[uxbox.common.math :as mth]
[uxbox.common.geom.point :as gpt]))
(def ^:private default-items 12)