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

.. js:function:: wv.Floorplan.isPointInBox

   .. rst-class:: sig-pretty-signature
   
      | isPointInBox(**point**\ : :js:class:`Point3 <wv.Point3>`\ , **box**\ : :js:class:`Box <wv.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 <wv.Point3>`
   
      **box**\ : :js:class:`Box <wv.Box>`
   
   
   **Returns**\ : *boolean*
   




