#include "Common.h"
#include "Vector2.h"
#include "Tools/Range.h"
Include dependency graph for Pose2D.h:

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

Go to the source code of this file.
Classes | |
| class | Pose2D |
| representation for 2D Transformation and Position (Location + Orientation) More... | |
Defines | |
| #define | Pose2Dold |
Functions | |
| In & | operator>> (In &stream, Pose2D &pose2D) |
| Streaming operator that reads a Pose2D from a stream. | |
| Out & | operator<< (Out &stream, const Pose2D &pose2D) |
| Streaming operator that writes a Pose2D to a stream. | |
Max Risler
Definition in file Pose2D.h.
|
|
|
|
||||||||||||
|
Streaming operator that reads a Pose2D from a stream.
Definition at line 29 of file Pose2D.cpp. References Pose2D::rotation, and Pose2D::translation. |
|
||||||||||||
|
Streaming operator that writes a Pose2D to a stream.
Definition at line 36 of file Pose2D.cpp. References Pose2D::rotation, and Pose2D::translation. |
1.3.6