Operators |
get_lines_xld — Return an XLD polygon's data (as lines).
get_lines_xld returns the XLD polygon Polygon as a set of lines. The following values are returned:
BeginRow: | Rows coordinates of the lines' start points |
BeginCol: | Columns coordinates of the lines' start points |
EndRow: | Row coordinates of the lines' end points |
EndCol: | Column coordinates of the lines' end points |
Length: | Lengths of the line segments |
Phi: | Angles of the line segments |
Input XLD polygons.
Row coordinates of the lines' start points.
Column coordinates of the lines' start points.
Column coordinates of the lines' end points.
Column coordinates of the lines' end points.
Lengths of the line segments.
Angles of the line segments.
Foundation
Operators |