#include "Matrix.h"
Include dependency graph for Pose3D.h:

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

Go to the source code of this file.
Classes | |
| class | Pose3D |
| representation for 3D Transformation (Location + Orientation) More... | |
Functions | |
| In & | operator>> (In &stream, Pose3D &pose3D) |
| Streaming operator that reads a Pose3D from a stream. | |
| Out & | operator<< (Out &stream, const Pose3D &pose3D) |
| Streaming operator that writes a Pose3D to a stream. | |
Max Risler
Definition in file Pose3D.h.
|
||||||||||||
|
Streaming operator that reads a Pose3D from a stream.
Definition at line 11 of file Pose3D.cpp. References Pose3D::rotation, and Pose3D::translation. |
|
||||||||||||
|
Streaming operator that writes a Pose3D to a stream.
Definition at line 18 of file Pose3D.cpp. References Pose3D::rotation, and Pose3D::translation. |
1.3.6