|
| 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.
|
| |
| template<typename CharT , typename TraitsT , int rows, typename T > |
| std::basic_ostream< CharT, TraitsT > & | Ogre::operator<< (std::basic_ostream< CharT, TraitsT > &o, const TransformBase< rows, T > &mat) |
| | Function for writing to a stream.
|
| |