summaryrefslogtreecommitdiff
path: root/src/extend/transform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extend/transform.h')
-rw-r--r--src/extend/transform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extend/transform.h b/src/extend/transform.h
index f647819..330c023 100644
--- a/src/extend/transform.h
+++ b/src/extend/transform.h
@@ -28,3 +28,5 @@ void transform_setdirty(Transform* trans);
/*get world to local matrix(no scale)*/
void transform_getinvmatrixnoscale(Transform* transform, Mat4* worldToLocal);
+
+void transform_localtoworlddir(Transform* trans, Vec3* dir, Vec3* out);