#include "Vector.h"
#include "Quaternion.h"
Go to the source code of this file.
Classes | |
class | Matrix |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Matrix &matMatrix) |
std::istream & | operator>> (std::istream &is, Matrix &matMatrix) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Matrix & | matMatrix | |||
) | [inline] |
Definition at line 414 of file Matrix.h.
References Matrix::Get().
std::istream& operator>> | ( | std::istream & | is, | |
Matrix & | matMatrix | |||
) | [inline] |
Definition at line 423 of file Matrix.h.
References Matrix::Set().