comparison quotanion.h @ 90:8edae89a3877

compile on Mac OS X
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 19 May 2011 16:41:21 +0900
parents 0fae5658fb0b
children cb6c6de125dc
comparison
equal deleted inserted replaced
89:aff757cc46d7 90:8edae89a3877
1 extern void quotanion(FVECTOR q, FVECTOR axis, float angle); 1 #ifndef COL_H
2 extern void quotanion_rotmatrix(FMATRIX rot, FVECTOR q); 2 #define COL_H
3
4 extern void quotanion();//FVECTOR q, FVECTOR axis, float angle);
5 extern void quotanion_rotmatrix();//FMATRIX rot, FVECTOR q);
3 extern float degree2radian(float digree); 6 extern float degree2radian(float digree);
4 7
8 #endif