diff options
Diffstat (limited to 'sdl/math3d.h')
-rw-r--r-- | sdl/math3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl/math3d.h b/sdl/math3d.h index d9d9117..b18d1d0 100644 --- a/sdl/math3d.h +++ b/sdl/math3d.h @@ -27,6 +27,7 @@ void m3dMakePlanarShadowMatrixf(M3DMatrix44f, const M3DVector4f, const M3DVector void m3dMatrixMultiply44f(M3DMatrix44f, const M3DMatrix44f, const M3DMatrix44f); void m3dPrintMatrix44f(const M3DMatrix44f); int m3dInvertMatrix44f(M3DMatrix44f, const M3DMatrix44f); +unsigned int m3dPowerOfTwo(unsigned int); static inline void m3dCrossProductf(M3DVector3f result, const M3DVector3f u, const M3DVector3f v) |