
################
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.
   
   TODO: SCW: Ordering: Reevaluate after COM-679 is complete. Adjust ordering to match, or remove this function if new Matrix4 class supports >2 arguments.
   
   **Parameters**
   
   
      **matrices**\ : :js:class:`Matrix <wv.Matrix>`\ []
   
   
   **Returns**\ : :js:class:`Matrix <wv.Matrix>`
   




