Go to the documentation of this file.00001 #pragma once
00002
00003 #include <Common.h>
00004 #include <BWAPI.h>
00005
00006 class MicroUtil
00007 {
00008 public:
00009
00010 const static double PI;
00011 static void rotate(double &x, double &y, double angle);
00012
00013 static void normalize(double &x, double &y);
00014
00015 };