core/vgui/internals/vgui_invert_homg4x4.h
Go to the documentation of this file.
00001 // This is core/vgui/internals/vgui_invert_homg4x4.h
00002 #ifndef vgui_invert_homg4x4_h_
00003 #define vgui_invert_homg4x4_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author fsm
00010 
00011 //: A, B are 4x4 matrices.
00012 bool vgui_invert_homg4x4(double const * const *A, double **B);
00013 
00014 //: A, B are 4x4 matrices.
00015 bool vgui_invert_homg4x4(double const A[4][4], double B[4][4]);
00016 
00017 #endif // vgui_invert_homg4x4_h_