| 
| Affine3  | Ogre::operator* (const Affine3 &m, const Affine3 &m2) | 
|   | 
| Vector3  | Ogre::operator* (const Affine3 &m, const Vector3 &v) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   | 
| Vector4  | Ogre::operator* (const Affine3 &m, const Vector4 &v) | 
|   | 
| Matrix4  | Ogre::operator* (const Matrix4 &m, const Matrix4 &m2) | 
|   | 
| Vector3  | Ogre::operator* (const Matrix4 &m, const Vector3 &v) | 
|   | Vector transformation using '*'.  
  | 
|   | 
| Vector4  | Ogre::operator* (const Matrix4 &m, const Vector4 &v) | 
|   | 
| Vector4  | Ogre::operator* (const Vector4 &v, const Matrix4 &mat) | 
|   | 
| Matrix4  | Ogre::operator+ (const Matrix4 &m, const Matrix4 &m2) | 
|   | Matrix addition.  
  | 
|   | 
| Matrix4  | Ogre::operator- (const Matrix4 &m, const Matrix4 &m2) | 
|   | Matrix subtraction.  
  | 
|   |