Click or drag to resize

FoundTransition(dvec3, Double, dvec3, NullableGuid) Constructor

Constructs a transition based on the given 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 FoundTransition(
	dvec3 p1,
	double angle,
	dvec3 roiCenter,
	Guid? searcherGuid = null
)

Parameters

p1  dvec3
The transition point.
angle  Double
The line's angle.
roiCenter  dvec3
The center of the region of interest the transition has been found in.
searcherGuid  NullableGuid  (Optional)
The Guid of the searcher which creates this object.
See Also