The SimpleShapeChecker type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SimpleShapeChecker | Initializes a new instance of the SimpleShapeChecker class |
Methods
Name | Description | |
---|---|---|
![]() | CheckIfPointsFitShape |
Check if a shape specified by the set of points fits a convex polygon
specified by the set of corners.
|
![]() | CheckPolygonSubType |
Check sub type of a convex polygon.
|
![]() | CheckShapeType |
Check type of the shape formed by specified points.
|
![]() | IsCircle | Overloaded. |
![]() | IsConvexPolygon |
Check if the specified set of points form a convex polygon shape.
|
![]() | IsQuadrilateral | Overloaded. |
![]() | IsTriangle | Overloaded. |
Properties
Name | Description | |
---|---|---|
![]() | AngleError |
Maximum allowed angle error in degrees, [0, 20].
|
![]() | LengthError |
Maximum allowed difference in sides' length (relative to shapes' size), [0, 1].
|
![]() | MinAcceptableDistortion |
Minimum value of allowed shapes' distortion.
|
![]() | RelativeDistortionLimit |
Maximum value of allowed shapes' distortion, [0, 1].
|