Skip to content

Commit

Permalink
[types] bugfix rect/subdivide, update version infos, bugfix deploy-al…
Browse files Browse the repository at this point in the history
…l.sh
  • Loading branch information
postspectacular committed Feb 25, 2015
1 parent f9044c6 commit 78c19dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions deploy-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ main() {
cd $PROGDIR/$PREFIX$m/babel
lein deploy clojars
done

cd $PROGDIR/babel
lein deploy clojars
}

main
2 changes: 1 addition & 1 deletion geom-types/src/rect.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)))))
Expand Down
6 changes: 3 additions & 3 deletions src/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ target/geom-<<conf-version()>>.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:
Expand Down Expand Up @@ -264,8 +264,8 @@ target/geom-<<conf-version()>>.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
Expand Down

0 comments on commit 78c19dd

Please sign in to comment.