diff options
author | David Thompson <dthompson2@worcester.edu> | 2017-11-12 21:47:52 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2017-11-12 21:47:52 -0500 |
commit | 9772929c5910cc274a9c63621e6cb27c96597174 (patch) | |
tree | a38dd9f948287dadbeb32aa7f160b4fcaf1420e6 | |
parent | 37359e1b6de63d5434112364c1301f8202a7cfdc (diff) |
math: vector: Export vec3-z.
-rw-r--r-- | chickadee/math/vector.scm | 1 |
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 |