Interface for class Matrix34. More...
Go to the source code of this file.
Classes | |
class | Matrix34 |
Class to hold 3x4 matrices. More... | |
class | Matrix34Identity |
class | Matrix34Translate |
class | Matrix34RotateAboutAxisThrough |
Functions | |
const XYZ | operator* (const Matrix34 &m, const XYZ &v) |
const Matrix34 | operator* (const Matrix34 &a, const Matrix34 &b) |
Interface for class Matrix34.