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

Tools/Math/Pose2D.h File Reference

Contains class Pose2D. More...

#include "Common.h"
#include "Vector2.h"
#include "Tools/Range.h"

Include dependency graph for Pose2D.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  Pose2D
 representation for 2D Transformation and Position (Location + Orientation) More...


Defines

#define Pose2Dold

Functions

Inoperator>> (In &stream, Pose2D &pose2D)
 Streaming operator that reads a Pose2D from a stream.

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


Detailed Description

Contains class Pose2D.

Author:
Martin Kallnik

Max Risler

Definition in file Pose2D.h.


Define Documentation

#define Pose2Dold
 

Definition at line 17 of file Pose2D.h.


Function Documentation

In& operator>> In stream,
Pose2D pose2D
 

Streaming operator that reads a Pose2D from a stream.

Parameters:
stream The stream from which is read.
pose2D The Pose2D object.
Returns:
The stream.

Definition at line 29 of file Pose2D.cpp.

References Pose2D::rotation, and Pose2D::translation.

Out& operator<< Out stream,
const Pose2D pose2D
 

Streaming operator that writes a Pose2D to a stream.

Parameters:
stream The stream to write on.
pose2D The Pose2D object.
Returns:
The stream.

Definition at line 36 of file Pose2D.cpp.

References Pose2D::rotation, and Pose2D::translation.


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