Makes polygon from
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(divertor_equilibrium_t), | intent(in) | :: | self | |||
| integer, | intent(in) | :: | N_points | |||
| real(kind=FP), | intent(in), | dimension(N_points) | :: | X_points | ||
| real(kind=FP), | intent(in), | dimension(N_points) | :: | Y_points | ||
| class(polygon2d_t), | intent(out) | :: | polygon |