Click or drag to resize

LineSegment2DFSide Method

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

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int Side(
	PointF point
)

Parameters

point
Type: System.DrawingPointF
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