Type to store the vertices for the polygon
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | nVertices | Number of vertices in the polygon. |
|||
real(kind=rk), | private, | allocatable | :: | vertex(:,:) | 2D Coordinates of the vertices. First index runs over number of vertices, second from 1 to 2. |