Given an array of Transform instances, returns a single Matrix4 instance that represents the cumulative effect of the transforms in the order they appear in the array.
An array of Transform instances
A Matrix4 instance representing the cumulative effect of the transforms
Given an array of Transform instances, returns a single Matrix4 instance that represents the cumulative effect of the transforms in the order they appear in the array.