From dde0e82eb7a5a5500e27071e344e8afe4e336049 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 11 Mar 2017 22:45:31 -0500 Subject: Update with almost working poser information stuff. This has been long stream to live. Goobye. --- redist/lintest.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'redist/lintest.c') 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" ); -- cgit v1.2.3