We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a319 commit f4514c8Copy full SHA for f4514c8
v2/blob/blob.go
@@ -24,4 +24,6 @@ type Blobie interface {
24
Update(newb Blobie) error
25
SetDraw(drawOptions *DrawOptions)
26
DrawTrack(mat *gocv.Mat, optionalText string)
27
+ IsCrossedTheLine(vertical, leftX, rightX int, direction bool) bool
28
+ IsCrossedTheLineWithShift(vertical, leftX, rightX int, direction bool, shift int) bool
29
}
0 commit comments