This function checks whether the given point is found inside given cube.
Point is inside the cube only if the point is >= cube origin and < cube max. Point lying on the cube max is not part of the cube
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_point_type) | :: | point | Coordinate of the point to check for intersection. |
|||
type(tem_cube_type) | :: | cube | Cube to intersect with. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | dirrange(3) |