summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/tracker-easy.h
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2020-09-02 16:19:37 +0200
committerStéphane Lenclud <github@lenclud.com>2020-09-06 18:41:49 +0200
commitabb14f0ba4ef4c072ae330bcefa0419b701bc88b (patch)
treed64feec80f5a726280446d846fe8c79a07f3f40c /tracker-easy/tracker-easy.h
parente25f81898371648a2e02d1da1f027ff5f189b1a1 (diff)
tracker/easy: Adding support for Clip models where three vertices are arranged from top to bottom.
Close #1145
Diffstat (limited to 'tracker-easy/tracker-easy.h')
-rw-r--r--tracker-easy/tracker-easy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-easy/tracker-easy.h b/tracker-easy/tracker-easy.h
index 0b51f9c7..4510fc7d 100644
--- a/tracker-easy/tracker-easy.h
+++ b/tracker-easy/tracker-easy.h
@@ -77,6 +77,7 @@ namespace EasyTracker
void MatchVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aCenterIndex, int& aTopRight, int& aTopLeft);
void MatchThreeOrFourVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aCenterIndex);
void MatchFiveVertices(int& aTopIndex, int& aRightIndex, int& aLeftIndex, int& aTopRight, int& aTopLeft);
+ void MatchClipVertices(int& aTopIndex, int& aMiddleIndex, int& aBottomIndex);
//