FoundLine(Point, Double, dvec3) Constructor |
Constructs a line using a System.Drawing.Point and an angle.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxpublic FoundLine(
Point p,
double angle,
dvec3 roiCenter
)
Parameters
- p Point
- 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.
See Also