PARALLAX
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
create_closed_polygon2d_t
Function
20 statements
Source File
polygon_m.f90
polygon_m
create_closed_polygon2d_t
Contents
public function create_closed_polygon2d_t(N_pts, X_pts, Y_pts) result(poly)
Arguments
Type
Intent
Optional
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
)