#include <iostream>
#include <stdexcept>
#include <cmath>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | asr |
Classes | |
class | Matrix |
Class representing a 4x4 transformation matrix. More... | |
class | Vector |
Class representing a 3D vector. More... | |
class | Point |
Class representing a 3D point. More... | |
class | UV |
Class representing a texture coordinate (u,v) pair. More... |