FoundLine(dvec3, dvec3, dvec3) Constructor |
Constructs a line using two dvec3 points.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxpublic FoundLine(
dvec3 p1,
dvec3 p2,
dvec3 roiCenter
)
Parameters
- p1 dvec3
- The first point.
- p2 dvec3
- The second point.
- roiCenter dvec3
- The center of the region of interest the
line has been found in.
See Also