#include <mat4stack.h>
Data Fields | |
int | capacity |
int | item_count |
kmMat4 * | top |
kmMat4 * | stack |
Definition at line 31 of file mat4stack.h.
Definition at line 32 of file mat4stack.h.
Referenced by km_mat4_stack_initialize(), km_mat4_stack_push(), and km_mat4_stack_release().
Definition at line 33 of file mat4stack.h.
Referenced by km_mat4_stack_initialize(), km_mat4_stack_pop(), km_mat4_stack_push(), and km_mat4_stack_release().
Definition at line 34 of file mat4stack.h.
Referenced by km_mat4_stack_initialize(), km_mat4_stack_pop(), km_mat4_stack_push(), km_mat4_stack_release(), kmGLGetMatrix(), kmGLLoadIdentity(), kmGLMultMatrix(), kmGLPushMatrix(), kmGLRotatef(), kmGLScalef(), and kmGLTranslatef().
Definition at line 35 of file mat4stack.h.
Referenced by km_mat4_stack_initialize(), km_mat4_stack_pop(), km_mat4_stack_push(), and km_mat4_stack_release().