contour_polygon_t Derived Type

type, public :: contour_polygon_t

Polygon boundary with ordered vertex points


Components

Type Visibility Attributes Name Initial
real(kind=wp), public, allocatable :: x(:)
real(kind=wp), public, allocatable :: y(:)
logical, public :: is_closed = .false.