Click or drag to resize
Accord.NET (logo)

SimpleShapeCheckerIsQuadrilateral Method (ListIntPoint)

Check if the specified set of points form a quadrilateral shape.

Namespace:  Accord.Math.Geometry
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public bool IsQuadrilateral(
	List<IntPoint> edgePoints
)
Request Example View Source

Parameters

edgePoints
Type: System.Collections.GenericListIntPoint
Shape's points to check.

Return Value

Type: Boolean
Returns if the specified set of points form a quadrilateral shape or otherwise.
See Also