|  | OGRE-Next
    2.3
    Object-Oriented Graphics Rendering Engine | 
#include <OgreShaderPrimitives.h>
| Public Member Functions | |
| float4x4 () | |
| float4x4 (const Matrix4 &val) | |
| Public Attributes | |
| union { | |
| float _m [16] | |
| float m [4][4] | |
| }; | |
| 
 | inline | 
| union { ... } | 
| float Ogre::float4x4::_m[16] | 
Referenced by float4x4().
| float Ogre::float4x4::m[4][4] |