Mercurial > hg > Members > kono > Cerium
annotate old/simple_pack/sys.h @ 1014:58c3cbf6e3dd
merge
author | tkaito |
---|---|
date | Fri, 05 Nov 2010 01:06:51 +0900 |
parents | 735f76483bb2 |
children |
rev | line source |
---|---|
53 | 1 void noMoreMemory(); |
2 void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack); | |
3 void rotate_x(float *xyz, float r); | |
4 void rotate_y(float *xyz, float r); | |
5 void rotate_z(float *xyz, float r); | |
6 //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]); | |
7 void rotate(float *xyz, float *matrix); | |
8 void translate(float *xyz, float x, float y, float z); |