FoundTransitionGetTransitionPointCross(Double, dvec2, dvec2, dvec2, dvec2) Method |
The same as the overload, but returning dvec2 points but Points.
Namespace: RAYLASE.Marker.JobElement.ImageProcessingAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxpublic void GetTransitionPointCross(
double size,
out dvec2 p1,
out dvec2 p2,
out dvec2 p3,
out dvec2 p4
)
Parameters
- size Double
- The distance between two points on the line.
- p1 dvec2
- Point 1 forming the first point of the first cross line.
- p2 dvec2
- Point 2 forming the second point of the first cross line.
- p3 dvec2
- Point 1 forming the first point of the second cross line.
- p4 dvec2
- Point 2 forming the second point of the second cross line.
See Also