]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
removed all 3x4 matrix support (wasn't used, and isn't likely to ever be used)
[xonotic/darkplaces.git] / mathlib.h
index 8cb2e75b1f83720d8ebf647baff4349099a2d168..fc5d6cd04d4b9772e393992f174b410b53f227db 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -176,5 +176,9 @@ tinydoubleplane_t;
 
 void RotatePointAroundVector(vec3_t dst, const vec3_t dir, const vec3_t point, float degrees);
 
+// print a matrix to the console
+struct matrix4x4_s;
+void Matrix4x4_Print(const struct matrix4x4_s *in);
+
 #endif