From 6ac08a043c51d45cbaf4039b0b839e31c535aa23 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 20 Feb 2022 00:42:58 -0500 Subject: Add XAS_SPATIAL_DEFAULT_CONE_ANGLE macro --- include/xas/spatial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 864770b..5c706d0 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -6,6 +6,7 @@ #define XAS_SPATIAL_DEFAULT_OBSERVER_WIDTH 0.18f #define XAS_SPATIAL_DEFAULT_RADIUS 4000.0f /* metres */ #define XAS_SPATIAL_DEFAULT_SPEED 343.0f /* m/s */ +#define XAS_SPATIAL_DEFAULT_CONE_ANGLE 35.0f /* degrees */ typedef struct _xas_spatial_coord { float x, y, z; -- cgit v1.2.3