summaryrefslogtreecommitdiff
path: root/2d
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-08-13 07:51:52 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-08-13 07:51:52 -0400
commite022d317b81648fb1e0a1771385892a5aaddb324 (patch)
treec4903239c48004a92a05fd607b33a85627a92ee5 /2d
parent266e42e8d9d523f686255882ece65ae1361be2e6 (diff)
Forgot to export rect-clip.
Diffstat (limited to '2d')
-rw-r--r--2d/rect.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/2d/rect.scm b/2d/rect.scm
index 9abbca5..e0a3e98 100644
--- a/2d/rect.scm
+++ b/2d/rect.scm
@@ -36,6 +36,7 @@
rect-move
rect-inflate
rect-union
+ rect-clip
rect-within?
rect-intesects?
rect-contains?))