Definition of a bi-dimensional polygon. More...
Public Attributes | |
| double precision, dimension(:,:), allocatable | point |
| Array containing the coordinates of the polygon vertices in a counterclockwise order. | |
| integer | nb_points = 0 |
| Number of vertices of the polygon. | |
Definition of a bi-dimensional polygon.
| integer mod_cg2_polygon::t_polygon::nb_points = 0 |
Number of vertices of the polygon.
| double precision, dimension(:,:), allocatable mod_cg2_polygon::t_polygon::point |
Array containing the coordinates of the polygon vertices in a counterclockwise order.