@@ -5,11 +5,10 @@
#pragma once
-#include "types.h"
+#include "error.h"
#include "math_types.h"
-#include "vector3.h"
#include "matrix4x4.h"
-#include "error.h"
+#include "vector3.h"
namespace crown
{
@@ -5,7 +5,6 @@
@@ -5,10 +5,10 @@
-#include "math_types.h"
-#include "plane.h"
#include "aabb.h"
#include "intersection.h"
+#include "math_types.h"
+#include "plane.h"
@@ -3,8 +3,8 @@
* License: https://github.com/taylor001/crown/blob/master/LICENSE
*/
-#include "intersection.h"
+#include "intersection.h"
#include "plane.h"
#include "sphere.h"
#include "vector3.h"
@@ -6,9 +6,10 @@
-#include "vector4.h"
-#include "quaternion.h"
+#include "math_utils.h"
#include "matrix3x3.h"
+#include "quaternion.h"
+#include "vector4.h"
@@ -6,6 +6,7 @@
@@ -5,6 +5,8 @@
+#include "types.h"
+
/// Pseudo-random number generator.
#include "math_utils.h"