#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] |
Definition at line 37 of file SbMatrix.h.
typedef float SbMat3[3][3] |
Definition at line 38 of file SbMatrix.h.
typedef double SbMatd[4][4] |
Definition at line 39 of file SbMatrix.h.
|
inline |
Definition at line 1377 of file SbMatrix.h.
|
inline |
Definition at line 1389 of file SbMatrix.h.