added SANE mesh api
[fishladder.git] / vg / vg_m.h
index de9cb6dd3713dc837f12b726e678634ab614d13d..27481ae995db9b3aca8694ffea139671e9f27438 100644 (file)
--- a/vg/vg_m.h
+++ b/vg/vg_m.h
@@ -3,7 +3,8 @@
 // Util
 // ==================================================================================================================
 
-#define VG_PIf 3.14159265358979323846264338327950288f
+#define VG_PIf  3.14159265358979323846264338327950288f
+#define VG_TAUf 6.28318530717958647692528676655900576f
 
 // Simple min/max replacements
 static inline float vg_minf( float a, float b )