summaryrefslogtreecommitdiff
path: root/chickadee/math
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-10-11 21:27:38 -0400
committerDavid Thompson <dthompson2@worcester.edu>2020-10-11 21:27:38 -0400
commit8dc52be5f308e9b0b8f11eaf63e17a9a3724d479 (patch)
treeb3acb8fada239c60d0adccc0d20af7bbb3d09458 /chickadee/math
parent68e8c3bac0363a4a0dec1bf9c5b534283ea9dce7 (diff)
math: grid: Export grid-rect-ref.
Diffstat (limited to 'chickadee/math')
-rw-r--r--chickadee/math/grid.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/math/grid.scm b/chickadee/math/grid.scm
index 3a2f83f..830f7d6 100644
--- a/chickadee/math/grid.scm
+++ b/chickadee/math/grid.scm
@@ -43,6 +43,7 @@
grid-clear
grid-cell-count
grid-item-count
+ grid-rect-ref
for-each-cell
for-each-item))