Mercurial > hg > Game > Cerium
comparison TaskManager/Test/simple_render/sys.h @ 26:3f68b2ef4fb0
*** empty log message ***
author | gongo |
---|---|
date | Sun, 10 Feb 2008 18:31:48 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
25:6f01d41a8cfb | 26:3f68b2ef4fb0 |
---|---|
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); |