
################
multiplyMatrices
################

.. js:function:: wv.Floorplan.multiplyMatrices

   .. rst-class:: sig-pretty-signature
   
      | multiplyMatrices(**matrices**\ : :js:class:`Matrix <wv.Matrix>`\ []): :js:class:`Matrix <wv.Matrix>`
   
   Multiplies all given matrices in order.
   
   **Parameters**
   
   
      **matrices**\ : :js:class:`Matrix <wv.Matrix>`\ []
   
   
   **Returns**\ : :js:class:`Matrix <wv.Matrix>`
   




