From b87df0764dfe36e3ecd9fa1c3c105758c8c28e05 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 22 Feb 2022 23:01:33 -0500 Subject: Use cone rotation, not point of base, for vectors --- include/xas/spatial.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 6ad2675..db04ceb 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -14,7 +14,7 @@ typedef struct _xas_spatial_coord { typedef struct _xas_spatial_cone { xas_spatial_coord apex, - base; + rotation; float angle; } xas_spatial_cone; -- cgit v1.2.3