#include "RobotVertices.h"
#include "Tools/Math/Common.h"
Include dependency graph for RobotVertices.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, RobotVertices &robotVertices) |
Streaming operator that reads a RobotVertices from a stream. | |
Out & | operator<< (Out &stream, const RobotVertices &robotVertices) |
Streaming operator that writes a RobotVertices to a stream. |
Definition in file RobotVertices.cpp.
|
Streaming operator that reads a RobotVertices from a stream.
Definition at line 33 of file RobotVertices.cpp. |
|
Streaming operator that writes a RobotVertices to a stream.
Definition at line 39 of file RobotVertices.cpp. |