Mercurial > hg > old > magoroku_racing
view quotanion.h @ 122:5219bf3d5e71
title_draw
author | e085768 |
---|---|
date | Mon, 27 Jun 2011 19:44:46 +0900 |
parents | cb6c6de125dc |
children |
line wrap: on
line source
#ifndef QUOTANION_H #define QUOTANION_H #include "libps2.h" extern void quotanion(FVECTOR q, FVECTOR axis, float angle); extern void quotanion_rotmatrix(FMATRIX rot, FVECTOR q); extern float degree2radian(float digree); #endif