aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Math
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-09-02 19:26:41 +0800
committerchai <chaifix@163.com>2018-09-02 19:26:41 +0800
commit05d1cfb909390de4843ac6932be14520b80c1bcd (patch)
treed6d2e73b079caad3f18952c964d151388952cb9c /src/libjin/Math
parent4f147c08fc5498af393729c5e4a3d91894c97467 (diff)
*update
Diffstat (limited to 'src/libjin/Math')
-rw-r--r--src/libjin/Math/Math.h4
-rw-r--r--src/libjin/Math/Matrix.cpp4
-rw-r--r--src/libjin/Math/Matrix.h6
-rw-r--r--src/libjin/Math/Quad.h6
-rw-r--r--src/libjin/Math/Vector.cpp4
5 files changed, 12 insertions, 12 deletions
diff --git a/src/libjin/Math/Math.h b/src/libjin/Math/Math.h
index 2bc8ed9..d496b85 100644
--- a/src/libjin/Math/Math.h
+++ b/src/libjin/Math/Math.h
@@ -71,7 +71,7 @@ namespace math
return a + t * (b - a);
}
-}
-}
+} // math
+} // jin
#endif \ No newline at end of file
diff --git a/src/libjin/Math/Matrix.cpp b/src/libjin/Math/Matrix.cpp
index 97e9178..39042f0 100644
--- a/src/libjin/Math/Matrix.cpp
+++ b/src/libjin/Math/Matrix.cpp
@@ -173,5 +173,5 @@ namespace math
}
}
-}
-} \ No newline at end of file
+} // math
+} // jin \ No newline at end of file
diff --git a/src/libjin/Math/Matrix.h b/src/libjin/Math/Matrix.h
index ff4a51a..8e5d1f1 100644
--- a/src/libjin/Math/Matrix.h
+++ b/src/libjin/Math/Matrix.h
@@ -147,7 +147,7 @@ namespace math
};
-}
-}
+} // math
+} // jin
-#endif
+#endif \ No newline at end of file
diff --git a/src/libjin/Math/Quad.h b/src/libjin/Math/Quad.h
index a50cc9e..350a0d9 100644
--- a/src/libjin/Math/Quad.h
+++ b/src/libjin/Math/Quad.h
@@ -11,7 +11,7 @@ namespace math
float x, y, w, h;
};
-}
-}
+} // math
+} // jin
-#endif
+#endif \ No newline at end of file
diff --git a/src/libjin/Math/Vector.cpp b/src/libjin/Math/Vector.cpp
index 3e44d70..b4e347a 100644
--- a/src/libjin/Math/Vector.cpp
+++ b/src/libjin/Math/Vector.cpp
@@ -20,5 +20,5 @@ namespace math
{
}
-}
-} \ No newline at end of file
+} // math
+} // jin \ No newline at end of file