// Filename: lmatrix4fTransition.h // Created by: drose (05May00) // //////////////////////////////////////////////////////////////////// #ifndef LMATRIX4FTRANSITION_H #define LMATRIX4FTRANSITION_H #include #include "matrixTransition.h" #include "matrixAttribute.h" #include //////////////////////////////////////////////////////////////////// // Class : LMatrix4fTransition // Description : This is just an instantation of MatrixTransition // using LMatrix4f, the most common transform matrix // type. //////////////////////////////////////////////////////////////////// EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, MatrixTransition); EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, MatrixAttribute); typedef MatrixTransition LMatrix4fTransition; typedef MatrixAttribute LMatrix4fAttribute; #ifdef __GNUC__ #pragma interface #endif #endif