Appearance
fossil_utils
FOSSIL, utils library.
Source: src/lib/fossil_utils.f90
Dependencies
Contents
Variables
| Name | Type | Attributes | Description |
|---|---|---|---|
EPS | real(kind=R8P) | Small EPSILON to avoid rund off errors. | |
FRLEN | integer(kind=I4P) | parameter | Maximum length of fossil STL label string. |
PI | real(kind=R8P) | parameter | Pi greek. |
Functions
is_inside_bb
Return the true if point is inside AABB.
Attributes: pure
Returns: logical
fortran
function is_inside_bb(bmin, bmax, point)Arguments
| Name | Type | Intent | Attributes | Description |
|---|---|---|---|---|
bmin | type(vector_R8P) | in | Bounding box extents. | |
bmax | type(vector_R8P) | in | Bounding box extents. | |
point | type(vector_R8P) | in | Point reference. |
Call graph