Click or drag to resize

FoundPolygon Constructor

Constructs a new, empty polygon.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public FoundPolygon(
	dvec3 roiCenter
)

Parameters

roiCenter  dvec3
The center of the region of interest the polygon has been found in.
See Also