Distance list Store distances. Act as a z-buffer.
|
double precision, dimension(:), allocatable | z |
| Array of distances.
|
|
integer, dimension(:), allocatable | face |
| Array of face indices.
|
|
integer | size = 0 |
| Number of elements in the distance array.
|
|
The documentation for this type was generated from the following file:
- src/lib/geometry/computational_geometry/shape/surface_mesh.f90