
############
isPointInBox
############

.. js:function:: Floorplan.isPointInBox

   .. rst-class:: sig-pretty-signature
   
      | isPointInBox(**point**\ : :js:class:`~Point3`\ , **box**\ : :js:class:`~Box`\ ): *boolean*
   
   TODO: Put this somewhere? Do we already have this somewhere? Determine if the point lies within the bounding box
   
   **Parameters**
   
      **point**\ : :js:class:`~Point3`
   
      **box**\ : :js:class:`~Box`
   
   
   **Returns**\ : *boolean*
   




