Click or drag to resize

FoundLine(dvec2, dvec2, dvec3, NullableGuid) Constructor

Constructs a line using two dvec2 points.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.49.0
Syntax
C#
public FoundLine(
	dvec2 p1,
	dvec2 p2,
	dvec3 roiCenter,
	Guid? searcherGuid = null
)

Parameters

p1  dvec2
The first point.
p2  dvec2
The second point.
roiCenter  dvec3
The center of the region of interest the line has been found in.
searcherGuid  NullableGuid  (Optional)
The Guid of the searcher which creates this object.
See Also