Click or drag to resize

FoundCircle(dvec2, dvec2, dvec2, dvec3, NullableGuid) Constructor

Constructs a circle from the given three points.

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

Parameters

p1  dvec2
Point 1.
p2  dvec2
Point 2.
p3  dvec2
Point 3.
roiCenter  dvec3
The center of the region of interest the corner has been found in.
searcherGuid  NullableGuid  (Optional)
The Guid of the searcher which creates this object.
See Also