#include <string>
#include <iostream>
#include <sstream>
#include <math.h>
#include "ionflux/Vector3.hpp"
#include "ionflux/ManagedObject.hpp"
Include dependency graph for Matrix3.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Ionflux |
namespace | Ionflux::Tools |
Classes | |
class | Ionflux::Tools::Matrix3 |
Matrix (R3 x R3). More... | |
Functions | |
Matrix3 | Ionflux::Tools::operator * (double a, const Matrix3 &mat) |
Multiply operator. |