0.6.0
Loading...
Searching...
No Matches
mod_cg2_polygon::t_polygon Type Reference

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.
 

Detailed Description

Definition of a bi-dimensional polygon.

Member Data Documentation

◆ nb_points

integer mod_cg2_polygon::t_polygon::nb_points = 0

Number of vertices of the polygon.

◆ point

double precision, dimension(:,:), allocatable mod_cg2_polygon::t_polygon::point

Array containing the coordinates of the polygon vertices in a counterclockwise order.


The documentation for this type was generated from the following file: