Click or drag to resize

FoundPolygonIsEquilateral Method

Checks if all edges of the polygon have nearly the same length. I. e. an edge must not differ more then one percent from the ave length of all edges.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public bool IsEquilateral()

Return Value

Boolean
true, if all edges have nearly the same length.
See Also