tem_polygon_vertex_type Derived Type

type, private :: tem_polygon_vertex_type

Type to store the vertices for the polygon


Components

Type Visibility Attributes Name Initial
integer, public :: nVertices

Number of vertices in the polygon.

real(kind=rk), public, allocatable :: vertex(:,:)

2D Coordinates of the vertices. First index runs over number of vertices, second from 1 to 2.