summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2017-11-12 21:47:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2017-11-12 21:47:52 -0500
commit9772929c5910cc274a9c63621e6cb27c96597174 (patch)
treea38dd9f948287dadbeb32aa7f160b4fcaf1420e6
parent37359e1b6de63d5434112364c1301f8202a7cfdc (diff)
math: vector: Export vec3-z.
-rw-r--r--chickadee/math/vector.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/chickadee/math/vector.scm b/chickadee/math/vector.scm
index 28a5973..78aa564 100644
--- a/chickadee/math/vector.scm
+++ b/chickadee/math/vector.scm
@@ -46,6 +46,7 @@
vec3-copy!
vec3-x
vec3-y
+ vec3-z
vec3-magnitude
vec3-dot-product
vec3-normalize