Click or drag to resize

FoundCircle(dvec2, dvec2, dvec2, dvec3) 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.19.0
Syntax
C#
public FoundCircle(
	dvec2 p1,
	dvec2 p2,
	dvec2 p3,
	dvec3 roiCenter
)

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.
See Also