way better antique.

This commit is contained in:
2015-02-23 17:25:21 -08:00
parent cbdbd3a5ca
commit 757bd8b688
8 changed files with 33 additions and 29 deletions

View File

@@ -165,6 +165,6 @@
y (.y pj)]
[x y]))
(defn contains? [x1 y1 width height x y]
(defn contains-point? [x1 y1 width height x y]
(and (< x1 x (+ x1 width))
(< y1 y (+ y1 height))))