summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-easy/tracker-easy-api.h')
-rw-r--r--tracker-easy/tracker-easy-api.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/tracker-easy/tracker-easy-api.h b/tracker-easy/tracker-easy-api.h
index b42e4c73..40e472d4 100644
--- a/tracker-easy/tracker-easy-api.h
+++ b/tracker-easy/tracker-easy-api.h
@@ -22,8 +22,10 @@
const int KPointCount = 3;
-
-struct pt_pixel_pos_mixin
+///
+/// Utility class providing coordinates conversion functionalities
+///
+struct Coordinates final
{
using f = numeric_types::f;
@@ -32,8 +34,7 @@ struct pt_pixel_pos_mixin
};
-
-struct pt_point_extractor : pt_pixel_pos_mixin
+struct pt_point_extractor
{
using vec2 = numeric_types::vec2;
using f = numeric_types::f;