isPointInBox

Floorplan.isPointInBox()
isPointInBox(point: Point3, box: Box): boolean

TODO: Put this somewhere? Do we already have this somewhere? Determine if the point lies within the bounding box

Parameters

point: Point3

box: Box

Returns: boolean