diff options
| author | XANTRONIX Development | 2022-02-22 12:34:28 -0500 |
|---|---|---|
| committer | XANTRONIX Development | 2022-02-22 12:34:28 -0500 |
| commit | 08664e8d3f22e7d2885bef930f696e33c88827d6 (patch) | |
| tree | 1e6119a46e62076bd46dd2d2563a49427727ad28 /include | |
| parent | 8a3be441021b006c5e913141daf9c20b8ade9450 (diff) | |
| download | xas-08664e8d3f22e7d2885bef930f696e33c88827d6.tar.gz xas-08664e8d3f22e7d2885bef930f696e33c88827d6.tar.bz2 xas-08664e8d3f22e7d2885bef930f696e33c88827d6.zip | |
Holy shit we're in business
Diffstat (limited to 'include')
| -rw-r--r-- | include/xas/spatial.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xas/spatial.h b/include/xas/spatial.h index e888f7b..6ad2675 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -13,8 +13,8 @@ typedef struct _xas_spatial_coord { } xas_spatial_coord; typedef struct _xas_spatial_cone { - xas_spatial_coord coord, - rotation; + xas_spatial_coord apex, + base; float angle; } xas_spatial_cone; |
