Box.containsPoint

Checks whether box contains the given point.

class Box
bool
containsPoint

Parameters

point graphene.point3_d.Point3D

the coordinates to check

Return Value

Type: bool

true if the point is contained in the given box