diff options
| author | XANTRONIX Development | 2022-02-20 00:42:58 -0500 | 
|---|---|---|
| committer | XANTRONIX Development | 2022-02-20 00:42:58 -0500 | 
| commit | 6ac08a043c51d45cbaf4039b0b839e31c535aa23 (patch) | |
| tree | 8e4d889a1799ab6325d6fb3a0c105f3a07d3aa90 | |
| parent | 83580dde698999bf02f7a6ecb3b4276acf079e89 (diff) | |
| download | xas-6ac08a043c51d45cbaf4039b0b839e31c535aa23.tar.gz xas-6ac08a043c51d45cbaf4039b0b839e31c535aa23.tar.bz2 xas-6ac08a043c51d45cbaf4039b0b839e31c535aa23.zip | |
Add XAS_SPATIAL_DEFAULT_CONE_ANGLE macro
| -rw-r--r-- | include/xas/spatial.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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; | 
 
    