Open Inventor Release 2023.2.3
 
Loading...
Searching...
No Matches
SbMatrix.h File Reference
#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
  VSG extension 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 Documentation

◆ SbMat

typedef float SbMat[4][4]

Definition at line 37 of file SbMatrix.h.

◆ SbMat3

typedef float SbMat3[3][3]

Definition at line 38 of file SbMatrix.h.

◆ SbMatd

typedef double SbMatd[4][4]

Definition at line 39 of file SbMatrix.h.

Function Documentation

◆ operator<<() [1/2]

std::ostream & operator<< ( std::ostream &  os,
const SbMatrix mat 
)
inline

Definition at line 1377 of file SbMatrix.h.

◆ operator<<() [2/2]

std::ostream & operator<< ( std::ostream &  os,
const SbMatrix3 mat 
)
inline

Definition at line 1389 of file SbMatrix.h.