Click or drag to resize

LineSegment2DSide Method

http://www.emgu.com
Determine which side of the line the 2D point is at

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public int Side(
	Point point
)

Parameters

point
Type: System.DrawingPoint
the point

Return Value

Type: Int32
1 if on the right hand side; 0 if on the line; -1 if on the left hand side;
See Also