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

Tools/Math/Matrix2x2.cpp File Reference

For future implementation of a RotationMatrix2x2. More...

#include "Matrix2x2.h"

Include dependency graph for Matrix2x2.cpp:

Include dependency graph

Go to the source code of this file.

Functions

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

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


Detailed Description

For future implementation of a RotationMatrix2x2.

Author:
Kai Engel

Definition in file Matrix2x2.cpp.


Function Documentation

template<class V>
In& operator>> In stream,
Matrix2x2< V > &  matrix2x2
 

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

Parameters:
stream The stream from which is read.
matrix2x2 The Matrix2x2<V> object.
Returns:
The stream.

Definition at line 10 of file Matrix2x2.cpp.

template<class V>
Out& operator<< Out stream,
const Matrix2x2< V > &  matrix2x2
 

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

Parameters:
stream The stream to write on.
matrix2x2 The Matrix2x2<V> object.
Returns:
The stream.

Definition at line 17 of file Matrix2x2.cpp.


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