Box.containsPoint

Checks whether @box contains the given @point.

class Box
bool
containsPoint

Parameters

point Point3D

the coordinates to check

Return Value

Type: bool

true if the point is contained in the given box

Meta