Click or drag to resize

FoundLine(dvec3, Double, dvec3, NullableGuid) Constructor

Constructs a line using a dvec3 point and an angle.

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

Parameters

p  dvec3
The point on the line.
angle  Double
The angle between the line and the positive x axis in rad.
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