Package: graphene

Function graphene:frustum-contains-point

Lambda List

graphene:frustum-contains-point (frustum point)

Arguments

frustum -- a graphene:frustum-t instance
point -- a graphene:point3d-t instance

Return Value

True if point is inside frustum.

Details

Checks whether a point is inside the volume defined by the given frustum.
 

See also

2024-12-26