Go to the documentation of this file.
9 #ifndef __gumInternal_h__
10 #define __gumInternal_h__
15 #include "../gu/pspgu.h"
17 #define GUM_EPSILON 0.00001f
22 #define GUM_ALIGNED_MATRIX() (ScePspFMatrix4*)((((unsigned int)alloca(sizeof(ScePspFMatrix4)+64)) + 63) & ~63)
23 #define GUM_ALIGNED_VECTOR() (ScePspFVector4*)((((unsigned int)alloca(sizeof(ScePspFVector4)+64)) + 63) & ~63)