Click or drag to resize

FoundTransition(dvec3, Double, dvec3) 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.19.0
Syntax
C#
public FoundTransition(
	dvec3 p1,
	double angle,
	dvec3 roiCenter
)

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