Package: graphene

Function graphene:box-contains-point

Lambda List

graphene:box-contains-point (a b)

Arguments

box -- a graphene:box-t instance
point -- a graphene:point3d-t instance with the coordiates to check

Return Value

True if the point is contained in the box.

Details

Checks whether the box contains the given point.
 

See also

2024-11-12