Interface for class Matrix33. More...
#include "xyz.h"
Go to the source code of this file.
Classes | |
class | Matrix33 |
Class to hold 3x3 matrics. More... | |
class | Matrix33Identity |
3x3 Identity matrix More... | |
class | Matrix33RotateAboutX |
class | Matrix33RotateAboutY |
class | Matrix33RotateAboutZ |
class | Matrix33RotateAboutAxis |
Functions | |
const Matrix33 | operator* (float k, const Matrix33 &m) |
Multiplication by scalar. | |
const Matrix33 | operator* (const Matrix33 &m, float k) |
Multiplication by scalar. | |
const Matrix33 | operator/ (const Matrix33 &m, float k) |
Division by scalar. | |
const XYZ | operator* (const Matrix33 &m, const XYZ &v) |
Apply matrix to vector. | |
const Matrix33 | operator* (const Matrix33 &a, const Matrix33 &b) |
Matrix multiplication. | |
Interface for class Matrix33.