aboutsummaryrefslogtreecommitdiff
path: root/redist/linmath.h
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-03-27 16:26:49 -0700
committerGitHub <noreply@github.com>2017-03-27 16:26:49 -0700
commit885debded48e5c6d6a28c3193e572d623f15750c (patch)
tree6d323f71926af9e1cb8e3f827ac5a613c77b97d0 /redist/linmath.h
parent01c05b1a4df2dd85d9cafb4290616ecfe21304f4 (diff)
parentd8c4b23789fd3aedb150144bed6beb286d1504a9 (diff)
downloadlibsurvive-885debded48e5c6d6a28c3193e572d623f15750c.tar.gz
libsurvive-885debded48e5c6d6a28c3193e572d623f15750c.tar.bz2
Merge pull request #45 from mwturvey/AddingPosers
Tori Tracking is getting VERY close
Diffstat (limited to 'redist/linmath.h')
-rw-r--r--redist/linmath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redist/linmath.h b/redist/linmath.h
index 4e0cb77..6f0bf60 100644
--- a/redist/linmath.h
+++ b/redist/linmath.h
@@ -70,6 +70,7 @@ FLT magnitude3d(const FLT * a );
FLT anglebetween3d( FLT * a, FLT * b );
+void rotatearoundaxis(FLT *outvec3, FLT *invec3, FLT *axis, FLT angle);
//Quaternion things...
void quatsetnone( FLT * q );