| LinAlg::Mat2< T > | A linear algebra matrix class of fixed type and size 2 |
| LinAlg::Mat3< T > | A linear algebra matrix class of fixed type and size 3 |
| LinAlg::Mat4< T > | A linear algebra matrix class of fixed type and size 4 |
| LinAlg::Transform2< T > | A 2D affine transformation represented as a 3x3 matrix |
| LinAlg::Transform3< T > | A 3D affine transformation represented as a 4x4 matrix |
| LinAlg::Vec2< T > | A linear algebra vector class of fixed type and size 2 |
| LinAlg::Vec3< T > | A linear algebra vector class of fixed type and size 3 |
| LinAlg::Vec4< T > | A linear algebra vector class of fixed type and size 4 |
© 2005-2008 Adrian Secord.