get_lines_xld ( Poly : : : BeginRow, BeginCol, EndRow, EndCol, Length, Phi )
Return an XLD polygon's data (as lines).
get_lines_xld returns the XLD polygon Poly as
a set of lines. The following values are returned:
BeginRow: Row coordinate of the line's start point
BeginCol: Column coordinate of the line's start point
EndRow: Row coordinate of the line's end point
EndCol: Column coordinate of the line's end point
Length: Length of the line segment
Phi: Angle of the line segment
Parameters
Poly (input_object)
|
xld_poly(-array) -> object
|
Input XLD polygons. |
BeginRow (output_control)
|
line.begin.y-array -> real
|
Row coordinate of the line's start point. |
BeginCol (output_control)
|
line.begin.x-array -> real
|
Column coordinate of the line's start point. |
EndRow (output_control)
|
line.end.y-array -> real
|
Column coordinate of the line's end point. |
EndCol (output_control)
|
line.end.x-array -> real
|
Column coordinate of the line's end point. |
Length (output_control)
|
real-array -> real
|
Length of the line segment. |
Phi (output_control)
|
angle.rad-array -> real
|
Angle of the line segment. |
Possible Predecessors
poly_xld
Alternatives
get_poly_xld
Copyright © 1996-1997 MVTec Software GmbH