#include "mlib/vec4.H"
#include "mlib/point3.H"
#include "mlib/line.H"
Include dependency graph for mat4.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mlib |
Classes | |
class | mlib::Mat4< M, P, V, L, Q > |
A 4x4 matrix class with double precision floating point elements.
Mat4 is a 4x4 matrix class that can be used to perform general affine or projective transformations in 3D space. More... |
Definition in file mat4.H.