Blender V2.61 - r43446
Classes | Defines | Typedefs | Functions

ntl_matrices.h File Reference

#include "ntl_vector3dim.h"

Go to the source code of this file.

Classes

class  ntlMatrix4x4< Scalar >

Defines

#define NTL_MATRICES_H

Typedefs

typedef ntlMatrix4x4< double > ntlMat4d
typedef ntlMatrix4x4< float > ntlMat4f
typedef ntlMatrix4x4< gfxRealntlMat4Gfx
typedef ntlMatrix4x4< int > ntlMat4i

Functions

template<class Scalar >
std::ostream & operator<< (std::ostream &os, const ntlMatrix4x4< Scalar > &m)
template<class Scalar >
std::istream & operator>> (std::istream &is, ntlMatrix4x4< Scalar > &m)

Detailed Description

Definition in file ntl_matrices.h.


Define Documentation

#define NTL_MATRICES_H

Definition at line 781 of file ntl_matrices.h.


Typedef Documentation

typedef ntlMatrix4x4<double> ntlMat4d

Definition at line 111 of file ntl_matrices.h.

typedef ntlMatrix4x4<float> ntlMat4f

Definition at line 114 of file ntl_matrices.h.

Definition at line 117 of file ntl_matrices.h.

typedef ntlMatrix4x4<int> ntlMat4i

Definition at line 120 of file ntl_matrices.h.


Function Documentation

template<class Scalar >
std::ostream& operator<< ( std::ostream &  os,
const ntlMatrix4x4< Scalar > &  m 
)

Definition at line 138 of file ntl_matrices.h.

References i.

template<class Scalar >
std::istream& operator>> ( std::istream &  is,
ntlMatrix4x4< Scalar > &  m 
)

Definition at line 154 of file ntl_matrices.h.

References i, and ntlMatrix4x4< Scalar >::value.