Function combineTransformsToMatrix

  • 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.

    Parameters

    • transforms: Transform[]

      An array of Transform instances

    Returns Matrix4

    A Matrix4 instance representing the cumulative effect of the transforms