From 98ba22e7064db57316dfff1ae127feb3dceeb73e Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 31 Jul 2014 13:58:22 +0200 Subject: Initial commit --- docs/html/_maze_math_8h_source.html | 126 ++++++++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 docs/html/_maze_math_8h_source.html (limited to 'docs/html/_maze_math_8h_source.html') diff --git a/docs/html/_maze_math_8h_source.html b/docs/html/_maze_math_8h_source.html new file mode 100644 index 0000000..b50eadf --- /dev/null +++ b/docs/html/_maze_math_8h_source.html @@ -0,0 +1,126 @@ + + + + +Rally X: source/logic/MazeMath.h Source File + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + +
+
Rally X + +
+
ELEN3009 Project by Justin Wernick and David Schneider
+
+
+ + + + + +
+
+
source/logic/MazeMath.h
+
+
+Go to the documentation of this file.
00001 #ifndef MAZEMATH_H
+00002 #define MAZEMATH_H
+00003 
+00004 #include <cmath>
+00005 
+00012 class MazeMath
+00013 {
+00014     public:
+00025         static double round(double value);
+00026 
+00039         static double distance(double x1, double y1, double x2, double y2);
+00040 
+00041     private:
+00048         MazeMath();
+00052         MazeMath(const MazeMath& ref);
+00056         MazeMath& operator=(const MazeMath& rhs);
+00057 };
+00058 
+00059 #endif // MAZEMATH_H
+
+
+ +
+ All Classes Files Functions Variables Typedefs Enumerations Enumerator
+ + +
+ +
+ + + + + + + -- cgit v1.2.3