#include "BallPercept.h"
#include <math.h>
Include dependency graph for BallPercept.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, BallPercept &ballPercept) |
Streaming operator that reads a BallPercept from a stream. | |
Out & | operator<< (Out &stream, const BallPercept &ballPercept) |
Streaming operator that writes a BallPercept to a stream. |
Definition in file BallPercept.cpp.
|
Streaming operator that reads a BallPercept from a stream.
Definition at line 200 of file BallPercept.cpp. |
|
Streaming operator that writes a BallPercept to a stream.
Definition at line 220 of file BallPercept.cpp. |