Blender V2.61 - r43446
|
#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< gfxReal > | ntlMat4Gfx |
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) |
Definition in file ntl_matrices.h.
#define NTL_MATRICES_H |
Definition at line 781 of file ntl_matrices.h.
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.
typedef ntlMatrix4x4<gfxReal> ntlMat4Gfx |
Definition at line 117 of file ntl_matrices.h.
typedef ntlMatrix4x4<int> ntlMat4i |
Definition at line 120 of file ntl_matrices.h.
std::ostream& operator<< | ( | std::ostream & | os, |
const ntlMatrix4x4< Scalar > & | m | ||
) |
Definition at line 138 of file ntl_matrices.h.
References i.
std::istream& operator>> | ( | std::istream & | is, |
ntlMatrix4x4< Scalar > & | m | ||
) |
Definition at line 154 of file ntl_matrices.h.
References i, and ntlMatrix4x4< Scalar >::value.