Definition of a bi-dimensional polygon.
|
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.
|
|
The documentation for this type was generated from the following file:
- src/lib/geometry/computational_geometry/2d/polygon.f90