Mercurial > hg > Members > kono > Cerium
view TaskManager/Test/test_render/sys.h @ 168:cf2aa37d2fe7
Delete DrawSpan::get_pixel().
author | gongo@localhost.localdomain |
---|---|
date | Thu, 11 Dec 2008 10:38:28 +0900 |
parents | 5c194c71eca8 |
children | dee3b5092a70 |
line wrap: on
line source
void noMoreMemory(); void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack); void rotate_x(float *xyz, float r); void rotate_y(float *xyz, float r); void rotate_z(float *xyz, float r); //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]); void rotate(float *xyz, float *matrix); void translate(float *xyz, float x, float y, float z);