#include <Inventor/SbBase.h>
#include <Inventor/STL/iostream>
#include <Inventor/SbVec.h>
#include <string.h>
Go to the source code of this file.
Classes | |
class | SbMatrix |
4x4 matrix class. More... | |
class | SbMatrixd |
4x4 matrix class (double precision). More... | |
class | SbMatrix3 |
3x3 matrix class. More... | |
Typedefs | |
typedef float | SbMat [4][4] |
typedef float | SbMat3 [3][3] |
typedef double | SbMatd [4][4] |
Functions | |
std::ostream & | operator<< (std::ostream &os, const SbMatrix &mat) |
std::ostream & | operator<< (std::ostream &os, const SbMatrix3 &mat) |
typedef float SbMat[4][4] |
typedef float SbMat3[3][3] |
typedef double SbMatd[4][4] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const SbMatrix3 & | mat | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const SbMatrix & | mat | |||
) | [inline] |