|
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
)
Public Function IsQuadrilateral (
edgePoints As List(Of IntPoint)
) As Boolean
Request Example
View SourceParameters
- edgePoints
- Type: System.Collections.GenericListIntPoint
Shape's points to check.
Return Value
Type:
BooleanReturns
if the specified set of points form a
quadrilateral shape or
otherwise.
See Also