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

Tools/Math/Matrix2x2.h File Reference

Contains template class Matrix2x2 of type V. More...

#include "Vector2.h"

Include dependency graph for Matrix2x2.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  Matrix2x2
 This class represents a 2x2-matrix. More...


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

Contains template class Matrix2x2 of type V.

Author:
Kai Engel

Kai Engel

Definition in file Matrix2x2.h.


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.

References Matrix2x2< V >::c.

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