]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.h
added Math_atov function (ascii to vector), tries to parse any imaginable vector...
[xonotic/darkplaces.git] / mathlib.h
index 3d5678525c5ef3c912fa67d1541835b302feacb3..ba362ce32b4262c9b27d3ed19b791e83b19db278 100644 (file)
--- a/mathlib.h
+++ b/mathlib.h
@@ -223,6 +223,7 @@ float RadiusFromBoundsAndOrigin (const vec3_t mins, const vec3_t maxs, const vec
 // print a matrix to the console
 struct matrix4x4_s;
 void Matrix4x4_Print(const struct matrix4x4_s *in);
 // print a matrix to the console
 struct matrix4x4_s;
 void Matrix4x4_Print(const struct matrix4x4_s *in);
+int Math_atov(const char *s, vec3_t out);
 
 #endif
 
 
 #endif