multiplyMatrices

Floorplan.multiplyMatrices()
multiplyMatrices(matrices: Matrix[]): 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: Matrix[]

Returns: Matrix