FoundTransition(dvec3, dvec3, dvec3, Int32) Constructor | 
            Constructs the transition. Its point will be by default in the
            middle of the two given points
            
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.31.0
Syntaxpublic FoundTransition(
	dvec3 p1,
	dvec3 p2,
	dvec3 roiCenter,
	int scanPosition = 50
)
Parameters
- p1  dvec3
 - The left point of the horizontal line.
 - p2  dvec3
 - The right point of the horizontal line.
 - roiCenter  dvec3
 - The center of the region of interest the
            transition has been found in.
 - scanPosition  Int32  (Optional)
 - The percentage of the distance between
            p1 and p2 where the scan perpendicular to the horizontal line
            is been done [0..100].
 
See Also