aboutsummaryrefslogtreecommitdiff
path: root/redist/lintest.c
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-03-11 22:45:31 -0500
committercnlohr <lohr85@gmail.com>2017-03-11 22:45:31 -0500
commitdde0e82eb7a5a5500e27071e344e8afe4e336049 (patch)
tree6a8b6d97244d16db9c95231e1fbfa057070b6f31 /redist/lintest.c
parenta96dd89c915b5721ed3ce9d41a1d2388651e9ce7 (diff)
downloadlibsurvive-dde0e82eb7a5a5500e27071e344e8afe4e336049.tar.gz
libsurvive-dde0e82eb7a5a5500e27071e344e8afe4e336049.tar.bz2
Update with almost working poser information stuff. This has been long stream to live. Goobye.
Diffstat (limited to 'redist/lintest.c')
-rw-r--r--redist/lintest.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/redist/lintest.c b/redist/lintest.c
index 377824e..a767670 100644
--- a/redist/lintest.c
+++ b/redist/lintest.c
@@ -31,8 +31,7 @@ int main()
printf( "E: %f %f %f\n", e[0], e[1], e[2] );
- FLT p[3] = { 0, 0, 1 };
- printf( "%f %f %f\n", PFTHREE( p ) );
+ FLT pfromlh[3] = { 0, 1, 0 };
quatrotatevector( p, q, p );
printf( "%f %f %f\n", PFTHREE( p ) );
printf( "Flipping rotation\n" );