Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Tools/Math/Matrix.h File Reference

Template classes for various 3x3 matrices. More...

#include "Vector3.h"

Include dependency graph for Matrix.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  Matrix3x3
 This class represents a 3x3-matrix. More...

class  RotationMatrix
 Representation for 3x3 RotationMatrices. More...


Functions

template<class V> Inoperator>> (In &stream, Matrix3x3< V > &matrix3x3)
 Streaming operator that reads a Matrix3x3<V> from a stream.

template<class V> Outoperator<< (Out &stream, const Matrix3x3< V > &matrix3x3)
 Streaming operator that writes a Matrix3x3<V> to a stream.

Inoperator>> (In &stream, RotationMatrix &rotationMatrix)
 Streaming operator that reads a RotationMatrix from a stream.

Outoperator<< (Out &stream, const RotationMatrix &rotationMatrix)
 Streaming operator that writes a RotationMatrix to a stream.


Detailed Description

Template classes for various 3x3 matrices.

Author:
Martin Kallnik, martin.kallnik@gmx.de

Thomas Kindler, thomas.kindler@gmx.de

Max Risler

Definition in file Matrix.h.


Function Documentation

template<class V>
In& operator>> In stream,
Matrix3x3< V > &  matrix3x3
 

Streaming operator that reads a Matrix3x3<V> from a stream.

Parameters:
stream The stream from which is read.
matrix3x3 The Matrix3x3<V> object.
Returns:
The stream.

Definition at line 83 of file Matrix.cpp.

References Matrix3x3< V >::c.

template<class V>
Out& operator<< Out stream,
const Matrix3x3< V > &  matrix3x3
 

Streaming operator that writes a Matrix3x3<V> to a stream.

Parameters:
stream The stream to write on.
matrix3x3 The Matrix3x3<V> object.
Returns:
The stream.

Definition at line 91 of file Matrix.cpp.

In& operator>> In stream,
RotationMatrix rotationMatrix
 

Streaming operator that reads a RotationMatrix from a stream.

Parameters:
stream The stream from which is read.
rotationMatrix The RotationMatrix object.
Returns:
The stream.

Definition at line 99 of file Matrix.cpp.

References Matrix3x3< double >::c.

Out& operator<< Out stream,
const RotationMatrix rotationMatrix
 

Streaming operator that writes a RotationMatrix to a stream.

Parameters:
stream The stream to write on.
rotationMatrix The RotationMatrix object.
Returns:
The stream.

Definition at line 107 of file Matrix.cpp.

References Matrix3x3< double >::c.


Generated on Thu Sep 23 20:02:26 2004 for GT2004 by doxygen 1.3.6