#include "placement.h"#include <iostream>#include <math.h>#include "util/token_stream.h"
Go to the source code of this file.
Functions | |
| placement_t | parsePlacement (IO std::istream &stream) |
| read a placement_t object from the stream | |
Variables | |
| static const float | s_radiansPerDegree = M_PI / 180.0 |
| placement_t parsePlacement | ( | IO std::istream & | stream | ) |
read a placement_t object from the stream
Definition at line 61 of file placement.cpp.
const float s_radiansPerDegree = M_PI / 180.0 [static] |
Definition at line 43 of file placement.cpp.
1.7.1