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 5c04daa..670b4af 100644 --- a/sdl/math3d.h +++ b/sdl/math3d.h @@ -27,6 +27,7 @@ void m3dGetPlaneEquationf(M3DVector4f, const M3DVector3f, void m3dRotationMatrix44f(M3DMatrix44f, float, float, float, float); void m3dMakePlanarShadowMatrixf(M3DMatrix44f, const M3DVector4f, const M3DVector3f); void m3dMatrixMultiply44f(M3DMatrix44f, const M3DMatrix44f, const M3DMatrix44f); +void m3dPrintMatrix44f(const M3DMatrix44f); static inline void m3dCrossProductf(M3DVector3f result, const M3DVector3f u, const M3DVector3f v) |