]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - matrixlib.h
use both .items2 and serverflags in items stat, to finally fix the runes
[xonotic/darkplaces.git] / matrixlib.h
index 1b2b57908504dce11eb3e9870960c9b36939b693..ae83c1d68901cab73bf8642990b7ebb8bde2f7cf 100644 (file)
@@ -166,8 +166,6 @@ void Matrix4x4_SetOrigin (matrix4x4_t *out, double x, double y, double z);
 void Matrix4x4_AdjustOrigin (matrix4x4_t *out, double x, double y, double z);
 // scales vectors of a matrix in place and allows you to scale origin as well
 void Matrix4x4_Scale (matrix4x4_t *out, double rotatescale, double originscale);
-// scales origin of matrix by 3 axes
-void Matrix4x4_OriginScale3 (matrix4x4_t *out, double x, double y, double z);
 // ensures each element of the 3x3 rotation matrix is facing in the + direction
 void Matrix4x4_Abs (matrix4x4_t *out);