]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Animation/Joint.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Animation / Joint.hpp
index 4b4f22107f2f6a631ed1a8e994703aca51f0681e..0e6c629f02be4fd2b844c7de6a18f8cdd40e3b18 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -21,17 +21,32 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _JOINT_HPP_
 #define _JOINT_HPP_
 
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 
 #include <vector>
 
-enum bodypart {
-    head, neck,
-    leftshoulder,  leftelbow,  leftwrist,  lefthand,
-    rightshoulder, rightelbow, rightwrist, righthand,
-    abdomen, lefthip, righthip, groin,
-    leftknee,  leftankle,  leftfoot,
-    rightknee, rightankle, rightfoot
+enum bodypart
+{
+    head,
+    neck,
+    leftshoulder,
+    leftelbow,
+    leftwrist,
+    lefthand,
+    rightshoulder,
+    rightelbow,
+    rightwrist,
+    righthand,
+    abdomen,
+    lefthip,
+    righthip,
+    groin,
+    leftknee,
+    leftankle,
+    leftfoot,
+    rightknee,
+    rightankle,
+    rightfoot
 };
 
 class Joint