create_closed_polygon2d_t Function

public function create_closed_polygon2d_t(N_pts, X_pts, Y_pts) result(poly)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: N_pts
real(kind=FP), intent(in), dimension(N_pts) :: X_pts
real(kind=FP), intent(in), dimension(N_pts) :: Y_pts

Return Value type(closed_polygon2d_t)