diff --git a/README.md b/README.md index 3e2bbce2..00a01159 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ at least weekly snapshots of all modules to ## Current Leiningen coordinates ```clj -[thi.ng/geom "0.0-714"] +[thi.ng/geom "0.0-715"] ``` ## License diff --git a/deploy-all.sh b/deploy-all.sh index 255c576c..a86d37b4 100755 --- a/deploy-all.sh +++ b/deploy-all.sh @@ -15,6 +15,9 @@ main() { cd $PROGDIR/$PREFIX$m/babel lein deploy clojars done + + cd $PROGDIR/babel + lein deploy clojars } main diff --git a/geom-types/src/rect.org b/geom-types/src/rect.org index acfe349b..61e4e5c9 100644 --- a/geom-types/src/rect.org +++ b/geom-types/src/rect.org @@ -319,7 +319,7 @@ top-left to bottom-right ordering and inner sorting along X. ry (range 0.0 1.0 dy) s (g/* (:size _) dx dy)] (for [y ry x rx - :let [[px py] (g/unmap-point _ [x y]) + :let [[px py] (g/unmap-point _ (vec2 x y)) px (m/roundto px *eps*) py (m/roundto py *eps*)]] (thi.ng.geom.types.Rect2. (vec2 px py) s))))) diff --git a/src/index.org b/src/index.org index 11b7e8d3..fc7e328d 100644 --- a/src/index.org +++ b/src/index.org @@ -233,7 +233,7 @@ target/geom-<>.js ** Leiningen coordinates #+BEGIN_SRC clojure :noweb yes :noweb-ref lein-coords - [thi.ng/geom "0.0-714"] + [thi.ng/geom "0.0-715"] #+END_SRC ** Leiningen project file :noexport: @@ -264,8 +264,8 @@ target/geom-<>.js | *Version* | *Released* | *Lein coordinates* | *Tagged Github URL* | |-----------+------------+---------------------------+---------------------| -| 0.0-712 | 2014-03-10 | =[thi.ng/geom "0.0-712"]= | [[https://github.com/thi-ng/geom/tree/0.0-710][0.0-712]] | -| 0.0-709 | 2014-03-10 | =[thi.ng/geom "0.0-709"]= | [[https://github.com/thi-ng/geom/tree/0.0-709][0.0-709]] | +| 0.0-715 | 2015-02-25 | =[thi.ng/geom "0.0-715"]= | [[https://github.com/thi-ng/geom/tree/0.0-715][0.0-715]] | +| 0.0-709 | 2015-02-22 | =[thi.ng/geom "0.0-709"]= | [[https://github.com/thi-ng/geom/tree/0.0-709][0.0-709]] | | 0.2.0 | 2014-03-10 | =[thi.ng/geom "0.2.0"]= | [[https://github.com/thi-ng/geom/tree/0.2.0][0.2.0]] | ** Contributors