• Stores an array into a matrix after having multiplied each component by a given factor

    Parameters

    • array: FloatArray

      defines the source array

    • offset: number

      defines the offset in the source array

    • scale: number

      defines the scaling factor

    • result: MutableMatrix

      defines the target matrix

    Returns void