• Copy the content of an array into a given matrix

    Parameters

    • array: Matrix4x4

      defines the source array

    • offset: number

      defines an offset in the source array

    • result: MutableMatrix

      defines the target matrix

    Returns void