get_polygon_xld — 返回 XLD 多边形的数据。
get_polygon_xld returns the following values of the XLD
polygon Polygon:
Row |
Row coordinates of the polygons' points |
Col |
Column coordinates of the polygons' points |
Length |
Lengths of the line segments between points i and i+1, respectively |
Phi |
Angles to the normal vectors of the line segments between points i and i+1, respectively |
Polygon (输入对象) xld_poly → object
Input XLD polygon.
Row (输出控制) point.y-array → (real)
Row coordinates of the polygons' points.
Col (输出控制) point.x-array → (real)
Column coordinates of the polygons' points.
Length (输出控制) real-array → (real)
Lengths of the line segments.
Phi (输出控制) angle.rad-array → (real)
Angles to the normal vectors of the line segments.
基础