Functions | Variables

placement.cpp File Reference

#include "placement.h"
#include <iostream>
#include <math.h>
#include "util/token_stream.h"
Include dependency graph for placement.cpp:

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

Function Documentation

placement_t parsePlacement ( IO std::istream &  stream  ) 

read a placement_t object from the stream

Definition at line 61 of file placement.cpp.


Variable Documentation

const float s_radiansPerDegree = M_PI / 180.0 [static]

Definition at line 43 of file placement.cpp.