X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgeometry%2Fconstants.h;fp=src%2Fgeometry%2Fconstants.h;h=a33ea2a997a49f89769b02e0acfc23981a43c27f;hb=8b4877fe48d21d7e789cf52f81c1d6a87b06bcbc;hp=0000000000000000000000000000000000000000;hpb=42db59e3850c958821e8396fadc20fbeb71050c4;p=sdl-test8.git diff --git a/src/geometry/constants.h b/src/geometry/constants.h new file mode 100644 index 0000000..a33ea2a --- /dev/null +++ b/src/geometry/constants.h @@ -0,0 +1,21 @@ +/* + * constants.h + * + * Created on: Apr 26, 2012 + * Author: holy + */ + +#ifndef GEOMETRY_CONSTANTS_H_ +#define GEOMETRY_CONSTANTS_H_ + +#include + + +namespace geometry { + +const double PI(std::atan(1.0) * 4.0); + +} + + +#endif /* GEOMETRY_CONSTANTS_H_ */